Merge pull request #16 from epicserve/master

Added the `safe` filter to the `field.help_text`
This commit is contained in:
tzangms
2012-06-06 20:14:32 -07:00

View File

@@ -12,7 +12,7 @@
{% if field.help_text %} {% if field.help_text %}
<p class="help-block"> <p class="help-block">
{{ field.help_text }} {{ field.help_text|safe }}
</p> </p>
{% endif %} {% endif %}
</div> </div>
@@ -28,7 +28,7 @@
{% if field.help_text %} {% if field.help_text %}
<p class="help-block"> <p class="help-block">
{{ field.help_text }} {{ field.help_text|safe }}
</p> </p>
{% endif %} {% endif %}