Blame progit/templates/unauthorized.html

Johan Cwiklinski 2eb061
{% extends "master.html" %}
Johan Cwiklinski 2eb061
Johan Cwiklinski 2eb061
{% block title %}Unauthorized :'({% endblock %}
Johan Cwiklinski 2eb061
{%block tag %}error{% endblock %}
Johan Cwiklinski 2eb061
Johan Cwiklinski 2eb061
Johan Cwiklinski 2eb061
{% block content %}
Johan Cwiklinski 2eb061
    

Unauthorized (401)

Johan Cwiklinski 2eb061
    

You are not authorized to display the requested page.

Johan Cwiklinski 2eb061
    

If you're not logged in, try to login; if you're already done,

Johan Cwiklinski 2eb061
    that probably means you do not have sufficient access.

Johan Cwiklinski 2eb061
{% endblock %}