{% extends "registration/base.html" %} {% load i18n %} {% block bodyid %}login{% endblock %} {% block content %}
{% trans "Your username and password didn't match, please try again." %}
{% endif %} {% include "registration/login_form.html" %} {% endblock %}