diff options
author | 2018-05-19 21:05:01 +0100 | |
---|---|---|
committer | 2018-05-19 21:05:01 +0100 | |
commit | ac657e16377d4b7093b6cac32aaa5ff326ff7475 (patch) | |
tree | 709b893a7341f0d756377996ae19b04dc71d2d81 | |
parent | Actually insert preamble (diff) |
Don't escape form preamble
-rw-r--r-- | templates/main/jams/join.html | 2 |
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" /> |