mirror of
https://github.com/Steffo99/estus.git
synced 2024-11-22 15:44:19 +00:00
7 lines
268 B
HTML
7 lines
268 B
HTML
|
{% 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 %}
|