diff --git a/AUTHORS b/AUTHORS index ba80d56195..0c1b017dc6 100644 --- a/AUTHORS +++ b/AUTHORS @@ -341,6 +341,7 @@ answer newbie questions, and generally made Django that much better: john@calixto.net John D'Agostino John Huddleston + John Moses John Paulett John Shaffer Jökull Sólberg Auðunsson diff --git a/docs/topics/forms/index.txt b/docs/topics/forms/index.txt index 8133478e82..1a3f8c6dfa 100644 --- a/docs/topics/forms/index.txt +++ b/docs/topics/forms/index.txt @@ -635,6 +635,9 @@ loop:
{{ field.errors }} {{ field.label_tag }} {{ field }} + {% if field.help_text %} +

{{ field.help_text|safe }}

+ {% endif %}
{% endfor %}