1
Fork 0
mirror of https://github.com/Steffo99/estus.git synced 2025-04-05 23:20:42 +00:00
estus/templates/403.htm

7 lines
268 B
HTML
Raw Normal View History

2017-09-13 09:06:59 +02:00
{% extends 'base.htm' %}
{% block title %}Non autorizzato • estus{% endblock %}
{% block content %}
<div class="alert alert-danger" role="alert">
<b>403 Forbidden:</b> Devi eseguire il login per poter visualizzare questa pagina.
</div>
{% endblock %}