From 17b492c0e1d7915a106000156dee8d4807bfee3e Mon Sep 17 00:00:00 2001 From: Simon Caminada Date: Mon, 27 Apr 2020 12:32:21 +0200 Subject: [PATCH] fix page item --- src/project/templates/project/includes/page_item.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/project/templates/project/includes/page_item.html b/src/project/templates/project/includes/page_item.html index 9760598..b43429d 100644 --- a/src/project/templates/project/includes/page_item.html +++ b/src/project/templates/project/includes/page_item.html @@ -25,7 +25,7 @@ {% if search %}

{% highlight page.text with request.GET.q %}

- {% else %} + {% elif text and text != 'None' %}

{{ text }}

{% endif %}