{% extends "base.html" %} {% load i18n %} {% block content %} {% if invalid_fields %}
{% trans 'All fields must be filled in' %}
{% endif %} {% if invalid_cred %}{% trans "Your username and password didn't match. Please try againa." %}
{% endif %} {% endblock %}