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