{% extends "thorson_wiki/base.html" %} {% load i18n staticfiles %} {% block content %}

{% trans "Edit user account" %}


{% csrf_token %} {% include "thorson_wiki/_text_field.html" with field=form.username %} {% include "thorson_wiki/_text_field.html" with field=form.email %}
{% endblock %}