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 %}