This commit is contained in:
2018-11-12 17:13:49 +01:00
parent 21f17ec603
commit 95498d98ef
5 changed files with 45 additions and 1 deletions
+4
View File
@@ -8,6 +8,10 @@ Index
<div class="jumbotron jumbotron-fluid">
<div class="container">
<h1>Index der Polls-Applikation</h1>
{% for post in posts %}
<p>{{ post.notice_title }}</p>
<p>{{ post.notice_text }}</p>
{% endfor %}
</div>
</div>