fix condition

This commit is contained in:
2021-02-01 15:16:44 +00:00
parent 7514bbd610
commit 274e09579a

View File

@@ -95,7 +95,6 @@
<a href="{% url 'admin:posts_event_change' post.id %}">Bearbeiten</a>
{% elif post.post_type == 'F' %}
<a href="{% url 'admin:posts_fetmeeting_change' post.id %}">Bearbeiten</a>
{% else %}
{% endif %}
<hr>