fix page item

This commit is contained in:
2020-04-27 12:32:21 +02:00
parent 00f5259f13
commit 17b492c0e1

View File

@@ -25,7 +25,7 @@
{% if search %}
<p>{% highlight page.text with request.GET.q %}</p>
{% else %}
{% elif text and text != 'None' %}
<p>{{ text }}</p>
{% endif %}