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

Please log in with your Department username and password:

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