Add _debug facility to the Page class
[cascardo/ipsilon.git] / templates / unauthorized.html
1 {% extends "master.html" %}
2 {% block main %}
3 <div class="col-sm-12">
4   <h1>401 - Unauthorized</h1>
5   <p>Authentication was not successful</p>
6   <p><a href="{{ basepath }}/login" title="Login">Try to login again</a></p>
7 </div>
8 {% endblock %}