fix wording

This commit is contained in:
2021-06-01 11:19:38 +00:00
parent 976363fdc6
commit 9e855cf877

View File

@@ -44,7 +44,7 @@
{% else %}
<div class="article-author">
<a href="">
<img src="" alt="" />&nbsp;
<img src="" alt="" />fet.at Redaktion
</a>
</div>
{% endif %}
@@ -105,7 +105,7 @@
{% endif %}
{% if post.post_type == 'N' %}
<a href="{% url 'admin:posts_news_change' post.id %}">Post bearbeiten</a>
<a href="{% url 'admin:posts_news_change' post.id %}">News bearbeiten</a>
{% elif post.post_type == 'E' %}
<a href="{% url 'admin:posts_event_change' post.id %}">Event bearbeiten</a>
{% elif post.post_type == 'F' %}