We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4262765 commit f27365eCopy full SHA for f27365e
django/contrib/admin/templates/admin/field_line.html
@@ -5,6 +5,6 @@
5
{% if bound_field.has_label_first %}{% field_label bound_field %}{% endif %}
6
{% field_widget bound_field %}
7
{% if not bound_field.has_label_first %}{% field_label bound_field %}{% endif %}
8
- {% if bound_field.field.help_text %}<p class="help">{{ bound_field.field.help_text }}</p>{% endif %}
+ {% if bound_field.field.help_text %}<p class="help">{{ bound_field.field.help_text|safe }}</p>{% endif %}
9
{% endfor %}
10
</div>
0 commit comments