From 30d350d10a3e740f4440c469d642f49165ce994c Mon Sep 17 00:00:00 2001 From: schneefux Date: Sat, 28 May 2016 20:19:15 +0200 Subject: add pagination --- templates/index.html | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) (limited to 'templates') diff --git a/templates/index.html b/templates/index.html index ca8f25b..08d89be 100644 --- a/templates/index.html +++ b/templates/index.html @@ -13,14 +13,14 @@

Lehrersprüche

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

{{ joke.text|safe }}

+
+ {{ joke.text|safe }}
@@ -32,8 +32,18 @@
{% endfor %} -
- +
+ +
+
+
+
-- cgit v1.3.1