{% extends "base_short.html" %} {% load i18n staticfiles bootstrap3 %} {% block title %} Login failed! {% endblock %} {% block content %}

{% trans " Sorry, but your login has failed. " %}


{% endblock %}