diff --git a/fet2020/templates/posts/tag.html b/fet2020/templates/posts/tag.html index b5509fbc..fbe0b3a6 100644 --- a/fet2020/templates/posts/tag.html +++ b/fet2020/templates/posts/tag.html @@ -1,55 +1,15 @@ -{% extends 'layout.html' %} -{% load post_helpers %} +{% extends 'base.html' %} + {% block content %} -{% if featured_post != None %} -{% with post=featured_post %} -
-
-
- -
-

{{post.title | tags_to_url }}

-
-
- {{post.subtitle | tags_to_url }} - {% if post.author_member != None %} - - {% else %} - - {% endif %} - -
-
-
-
-{% endwith %} -{% endif %} - -
- - {% include 'members/jobs_list.html' %} - -
- -
-
-
- {% for post in posts %} - {% include 'posts/partials/_posts_hero.html' %} - {% endfor %} -
-
-
- + +
+

News zu #{{ tag }}

+
+
+ {% for post in posts %} + {% include 'posts/partials/_posts_hero.html' %} + {% endfor %} +
+
+
{% endblock %}