1 2 3 4 5 6 7 8 9 10 11 12
{% extends "master-user.html" %} {% block maintitle %} 401 - Unauthorized {% endblock %} {% block main %} {% if message: %} <p>{{ message }}</p> {% else %} <p>Authentication was not succesful</p> {% endif %} <p><a href="{{ basepath }}/login" title="Login">Try to login again</a></p> {% endblock %}