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

{% trans "Log in" %}


{% if form.non_field_errors %}
{% trans "Error:" %} {% for error in form.non_field_errors %} {{ error }}
{% endfor %}
{% endif %}
{% csrf_token %} {% include "thorson_wiki/_text_field.html" with field=form.username %} {% include "thorson_wiki/_text_field.html" with field=form.password %}
{% endblock %}