From 69fc287dc53193d3927df98477febd3be1abee3a Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Fri, 11 Sep 2020 18:35:57 +0200 Subject: [PATCH] Set viewport meta --- templates/base.html | 3 ++- templates/index.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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 %}