fix wording
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
{% else %}
|
||||
<div class="article-author">
|
||||
<a href="">
|
||||
<img src="" alt="" />
|
||||
<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' %}
|
||||
|
||||
Reference in New Issue
Block a user