diff --git a/templates/base.html b/templates/base.html index 54d6eaa..80da86f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -4,7 +4,7 @@ - Recettes {% block title %}page title{% endblock %} + {% block title %}page title{% endblock %} {% block extrahead %} {% endblock %} diff --git a/templates/index.html b/templates/index.html index 5f5c5fb..882cdd4 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} {% load thumbnail %} -{% block title %}Recherche{% endblock %} +{% block title %}Recherche de recettes{% endblock %} {% block extrahead %}