{% extends "webtemplate_dpaw/base.html" %} {% block page_content %}

Please log in with your DPaW username and password:

{% csrf_token %} {% if form.errors %}
Sorry, that's not a valid username or password.
{% endif %}
{% endblock %}