From 446163be0f346ce8a91d4201ec67e56cf31efa6f Mon Sep 17 00:00:00 2001 From: schneefux Date: Sat, 28 May 2016 11:23:55 +0200 Subject: transition to materializecss --- templates/index.html | 58 +++++++++++++++++++++++++++------------------------- 1 file changed, 30 insertions(+), 28 deletions(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index fdf53ef..33a5126 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,41 +1,43 @@ - Lehrerspruch-Wahlplattform - - + + + + -

Lehrersprüche

+ +
+

Lehrersprüche

+
{% for joke in jokes %} -
-
-
- - - -
-
-
-

- {{ joke.text }} -

+
+
+ + + +
+
+

{{ joke.text }}

+
{% endfor %} -
-
-
-

Neuen Spruch hinzufügen

-
-
- -
-
- -
+
+ +
+
+ + +
+
+ +
+
+
- +
-- cgit v1.3.1