From 26467500691a90f9fb81daf5dd05b7f8921da335 Mon Sep 17 00:00:00 2001 From: Stefano Date: Wed, 13 Sep 2017 08:47:37 +0200 Subject: [PATCH] Finish adding titles (#4) --- templates/base.htm | 1 + templates/dashboard.htm | 2 +- templates/error.htm | 5 +++-- templates/login.htm | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) 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