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