Files
fedora-infra_ansible/roles/ipsilon/files/templates/unauthorized.html
Patrick Uiterwijk 86338b0703 Add Ipsilon role and config
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2015-02-24 18:01:13 +00:00

13 lines
307 B
HTML

{% extends "layout.html" %}
{% block toptext %}
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 %}