aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-05-19 21:05:01 +0100
committerGravatar Gareth Coles <[email protected]>2018-05-19 21:05:01 +0100
commitac657e16377d4b7093b6cac32aaa5ff326ff7475 (patch)
tree709b893a7341f0d756377996ae19b04dc71d2d81
parentActually insert preamble (diff)
Don't escape form preamble
-rw-r--r--templates/main/jams/join.html2
1 files changed, 1 insertions, 1 deletions
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 @@
</p>
<hr class="uk-divider-icon" />
- {{ form.preamble_html }}
+ {{ form.preamble_html | safe }}
<hr class="uk-divider-icon" />