From 8c1fe944b6f36d84b198cdd6ced1783b8dfdb665 Mon Sep 17 00:00:00 2001 From: patrick Date: Wed, 16 Jun 2021 11:35:24 +0000 Subject: [PATCH] add breadcrumbs --- fet2020/templates/intern/docu.html | 34 ++++++++++------------------- fet2020/templates/intern/topic.html | 19 +++++----------- 2 files changed, 17 insertions(+), 36 deletions(-) diff --git a/fet2020/templates/intern/docu.html b/fet2020/templates/intern/docu.html index e0d2f5d3..31a7644a 100644 --- a/fet2020/templates/intern/docu.html +++ b/fet2020/templates/intern/docu.html @@ -3,28 +3,12 @@ {% block content %}
- - - - - @@ -67,6 +51,8 @@
+ {% if documents %} + Etherpad Dokumente: {% for document in documents %}
@@ -79,7 +65,10 @@
{% endfor %} + {% endif %} + {% if files %} + Dokumente: {% for file in files %}
@@ -92,6 +81,7 @@
{% endfor %} + {% endif %}
diff --git a/fet2020/templates/intern/topic.html b/fet2020/templates/intern/topic.html index 7a4b4c3d..25d82116 100644 --- a/fet2020/templates/intern/topic.html +++ b/fet2020/templates/intern/topic.html @@ -3,20 +3,11 @@ {% block content %}