1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00
royalnet/templates/403.html

14 lines
244 B
HTML
Raw Normal View History

2018-07-21 20:50:49 +00:00
{% extends 'base.html' %}
2018-07-21 20:46:02 +00:00
{% block pagetitle %}
Forbidden
{% endblock %}
{% block body %}
<h1>
403 - Forbidden
</h1>
<p>
Non puoi accedere a questa pagina. Magari hai sbagliato password?
</p>
{% endblock %}