diff --git a/templates/base.htm b/templates/base.htm index b6c722e..ad4cbdb 100644 --- a/templates/base.htm +++ b/templates/base.htm @@ -4,6 +4,7 @@ + {% block extrahead %}{% endblock %} diff --git a/templates/dashboard.htm b/templates/dashboard.htm index 6fe4d6a..4f7ab9b 100644 --- a/templates/dashboard.htm +++ b/templates/dashboard.htm @@ -1,5 +1,5 @@ {% extends "base.htm" %} -{% block title %}Dashboard - Estus{% endblock %} +{% block title %}Pagina principale • estus{% endblock %} {% block content %}
diff --git a/templates/error.htm b/templates/error.htm index f77783b..70614c9 100644 --- a/templates/error.htm +++ b/templates/error.htm @@ -1,10 +1,11 @@ {% extends 'base.htm' %} +{% block title %}Errore • estus{% endblock %} {% block extrahead %} {% endblock %} @@ -13,6 +14,6 @@ ERRORE: {{ error }}
- Sarai reindirizzato alla pagina precedente entro 7 secondi. + Sarai reindirizzato alla pagina precedente entro 4 secondi (se hai abilitato il javascript).
{% endblock %} \ No newline at end of file diff --git a/templates/login.htm b/templates/login.htm index fa7bb42..becf381 100644 --- a/templates/login.htm +++ b/templates/login.htm @@ -1,5 +1,5 @@ {% extends "base.htm" %} -{% block title %}Benvenuto all'Acquario{% endblock %} +{% block title %}Login • estus{% endblock %} {% block content %}

Login