diff --git a/web_dev/sas_web/news/templates/news/praesident.html b/web_dev/sas_web/news/templates/news/praesident.html index 7e16469..79fd34c 100644 --- a/web_dev/sas_web/news/templates/news/praesident.html +++ b/web_dev/sas_web/news/templates/news/praesident.html @@ -5,39 +5,52 @@ -
- -
+

Zurück zur Übersicht

- +
- - - - + - - - - - +
- -
-

Name

-
-

{{ entry.praesident.name }}

-
+
-

Wahlprogramm

-
-

{{ entry.wahlprogramm|linebreaks }}

-
-

Weitere Informationen

+ + + + + + + + + + + + + + + +
+ +
+

Name

+
+

{{ entry.praesident.name }}

+
+

Über mich

+
+

{{ entry.wahlprogramm|linebreaks }}

+
+

Weitere Informationen

+
+ {% for attachment in entry.parteianhang_set.all %} + {{ attachment.name }}
+ {% endfor %} +
- {% for attachment in entry.praesidentanhang_set.all %} - {{ attachment.name }}
- {% endfor %} +
+ +