{% extends "propmgr/base.html" %} {% block main_csslinks %}{% load adminmedia %} {% endblock %} {% block content %}

Account Information Edit Change Password

{% if user.get_profile.affiliation %}
{% endif %} {% if user.get_profile.url %}
{% endif %}
{% if user.get_profile.bio or user.can_edit_bio %} {% load restructuredtext %}
{{ user.get_profile.bio|restructuredtext }}
{% endif %}

{% endblock %}