| @@ -1,5 +1,5 @@ | |||||
| {% extends "public/default.html" %} | {% extends "public/default.html" %} | ||||
| {% load static %} | |||||
| {% block content %} | {% block content %} | ||||
| <table> | <table> | ||||
| @@ -26,7 +26,7 @@ | |||||
| Sitzverteilung im Parlament nach der Wahl: | Sitzverteilung im Parlament nach der Wahl: | ||||
| </p> | </p> | ||||
| <center class="imagewrap"> | <center class="imagewrap"> | ||||
| <img src="Tabelle_Beispiel_Sitzverteilung.png" alt="Wahlergebnis" class="images"> | |||||
| <img src="{% static "startpage/images/Tabelle_Beispiel_Sitzverteilung.png" %}" alt="Wahlergebnis" class="images"> | |||||
| </center> | </center> | ||||
| <p class="paragraph"> | <p class="paragraph"> | ||||
| <br> | <br> | ||||
| @@ -34,7 +34,7 @@ | |||||
| <br> | <br> | ||||
| </p> | </p> | ||||
| <center class="imagewrap"> | <center class="imagewrap"> | ||||
| <img src="Parlament.png" alt="Sitverteilung" class="images"> | |||||
| <img src="{% static "startpage/images/Parlament.png" %}" alt="Sitverteilung" class="images"> | |||||
| </center> | </center> | ||||
| <p class="paragraph"> | <p class="paragraph"> | ||||
| Es ist nun am Parlament, eine Parlamentspräsidentin zu | Es ist nun am Parlament, eine Parlamentspräsidentin zu | ||||
| @@ -50,7 +50,7 @@ | |||||
| und Wahl der Richter. | und Wahl der Richter. | ||||
| </p> | </p> | ||||
| <center class="imagewrap"> | <center class="imagewrap"> | ||||
| <img src="Verfassung_modell.png" alt="Modell der Verfassung" class="images"> | |||||
| <img src="{% static "startpage/images/Verfassung_modell.png" %}" alt="Modell der Verfassung" class="images"> | |||||
| </center> | </center> | ||||
| <h1 class="red" id="wahl">Wahl</h1> | <h1 class="red" id="wahl">Wahl</h1> | ||||
| <h3 id="wann">Wann wird die Wahl stattfinden?</h3> | <h3 id="wann">Wann wird die Wahl stattfinden?</h3> | ||||