Merge branch 'standalone' into mprofiag

This commit is contained in:
Petr Šnobl
2020-04-27 21:32:58 +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 %}