Merge pull request #16 from epicserve/master
Added the `safe` filter to the `field.help_text`
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
{% if field.help_text %}
|
||||
<p class="help-block">
|
||||
{{ field.help_text }}
|
||||
{{ field.help_text|safe }}
|
||||
</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
{% if field.help_text %}
|
||||
<p class="help-block">
|
||||
{{ field.help_text }}
|
||||
{{ field.help_text|safe }}
|
||||
</p>
|
||||
{% endif %}
|
||||
|
||||
|
Reference in New Issue
Block a user