{% extends "telemeta/base.html" %}
{% load i18n %}
{% block title %}
{% trans "User authentication" %}
{% endblock %}
{% block content %}
{% if form.errors %}
{% trans "Your username and password didn't match. Please try again." %}
{% endif %} {% endblock %}