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 %}