{% extends "layout.html" %} {% from "FormMacros.html" import render_control, render_button %} {% block content %}

Edit Your Profile

Please edit your personal details below and click "Save Changes" when finished.

You can change your password here.


{{ form.hidden_tag() }} {{ render_control(form.username,Label="Username") }} {{ render_control(form.email, Label="Email Address") }} {{ render_control(form.first_name, Label="First Name") }} {{ render_control(form.last_name, Label="Last Name") }} {{ render_control(form.about_me, Label="About me") }}
{{ render_button("submit","Save Changes") }}

You are currently using {{MBUsed}}MB of your {{MBQuota}}MB upload quota.

{% endblock %}