diff --git a/templates/base.html b/templates/base.html index 3b2e395..54d6eaa 100644 --- a/templates/base.html +++ b/templates/base.html @@ -2,7 +2,8 @@ - + + Recettes {% block title %}page title{% endblock %} {% block extrahead %} diff --git a/templates/index.html b/templates/index.html index 04d5b40..5f5c5fb 100644 --- a/templates/index.html +++ b/templates/index.html @@ -19,7 +19,7 @@ form#search-form p { display: inline-block; margin-right: 1em; }
{% csrf_token %} {{ form.as_p }} -
+
{% if num_results is not None %}