{% extends "registration/_registration_base.html" %} {% load url from future %} {% load i18n %} {% block content %} {% if form.errors %}

Your username and password didn't match. Please try again.

{% endif %}
{% csrf_token %}
{{ form.username.label_tag }} {{ form.username }}
{{ form.password.label_tag }} {{ form.password }}
 
Forgot password
{% endblock %}