{% extends "registration/base.html" %} {% block title %}Login{% endblock %} {% block reg_content %} {% if form.errors %}

Login failed!

{% endif %}

Please log in with your user credentials.

{% csrf_token %}
{{ form.username.label_tag }}{{ form.username }}
{{ form.password.label_tag }}{{ form.password }}

{% endblock %}