From a9b6218960c2894de56bde3a00da77bb35192ee4 Mon Sep 17 00:00:00 2001 From: John Moses Date: Fri, 2 Oct 2015 09:56:25 -0500 Subject: [1.8.x] Fixed #25481 -- Added field.help_text to "Looping over a form's fields" docs. Backport of ac09d22f7913ff09f98001ff51b783932290e378 from master --- docs/topics/forms/index.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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 %} -- cgit v1.3