From 89901f2663c10b2b42bde10665b566c08b678532 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sat, 28 May 2016 18:05:31 +0200 Subject: insert rendered html into db --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/index.html b/templates/index.html index ef7559d..ca8f25b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -20,7 +20,7 @@
-

{{ joke.text }}

+

{{ joke.text|safe }}

-- cgit v1.3.1