fix condition
This commit is contained in:
@@ -95,7 +95,6 @@
|
|||||||
<a href="{% url 'admin:posts_event_change' post.id %}">Bearbeiten</a>
|
<a href="{% url 'admin:posts_event_change' post.id %}">Bearbeiten</a>
|
||||||
{% elif post.post_type == 'F' %}
|
{% elif post.post_type == 'F' %}
|
||||||
<a href="{% url 'admin:posts_fetmeeting_change' post.id %}">Bearbeiten</a>
|
<a href="{% url 'admin:posts_fetmeeting_change' post.id %}">Bearbeiten</a>
|
||||||
{% else %}
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|||||||
Reference in New Issue
Block a user