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

{% trans "Create a new user" %}


{% csrf_token %} {% include "thorson_wiki/_user_form.html" %}
{% endblock %} {% block jsfooter %} {% endblock %}