Compare commits

2 Commits

Author SHA1 Message Date
Petr Šnobl
b065becd9a Merge branch 'standalone' into mprofiag 2020-04-27 21:32:58 +02:00
17b492c0e1 fix page item 2020-04-27 12:32:21 +02:00

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