komisches "None" in FET Sitzung

This commit is contained in:
2021-02-08 18:01:54 +00:00
parent 77718d8f71
commit 023ba7c3b6

View File

@@ -67,7 +67,7 @@
<hr> <hr>
{% endif %} {% endif %}
{% if post.body %} {% if post.body and post.body != "None" %}
{{ post.body|safe|add_internal_links|tags_to_url }} {{ post.body|safe|add_internal_links|tags_to_url }}
<hr> <hr>
{% endif %} {% endif %}