{% extends "txstate_base.html" %} {% block head %} {{ form.media }} {% endblock head %} {% block content %}

Tell us about yourself...

{% csrf_token %} {% if profile.photo %} {{profile}}'s avatar image
{% endif %} {{ form.as_table }}
Change password

{% endblock %}