From ac657e16377d4b7093b6cac32aaa5ff326ff7475 Mon Sep 17 00:00:00 2001
From: Gareth Coles
Date: Sat, 19 May 2018 21:05:01 +0100
Subject: Don't escape form preamble
---
templates/main/jams/join.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'templates')
diff --git a/templates/main/jams/join.html b/templates/main/jams/join.html
index 8e762ff2..35a786f2 100644
--- a/templates/main/jams/join.html
+++ b/templates/main/jams/join.html
@@ -118,7 +118,7 @@
- {{ form.preamble_html }}
+ {{ form.preamble_html | safe }}
--
cgit v1.2.3