{% 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 %} {% if invalid_url %}

{% trans "looks like this is a wrong URL, please double check your URL and try again." %}

{% endif %}
{% trans 'Forgot Password' %} {{ lang_name }}
{% endblock %}