{% extends "base-unauthenticated.html" %} {% block content %} {% for authority in authorities %} {% endfor %}
{% csrf-field %}

Or use a test username and password

We're not going to do login in the long term; we're going to use oauth. This is a temporary login form.

{% endblock %}