Skip to content
Snippets Groups Projects
Commit 829123fd authored by Todd Dembrey's avatar Todd Dembrey
Browse files

Mark the help text as safe

will impact rendering of django password validators and admin input only so
considered reasonably safe.
parent 05aba2de
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
{% endif %} {% endif %}
{% if field.help_text %} {% if field.help_text %}
<p class="form__help">{{ field.help_text }}</p> <p class="form__help">{{ field.help_text|safe }}</p>
{% endif %} {% endif %}
<div class="form__item"> <div class="form__item">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment