diff options
-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" /> |