From fde946daffbb007a7d033945677cc8e9e475d516 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Tue, 3 May 2022 16:07:01 +0200 Subject: Refs #32339 -- Restructured outputting HTML form docs. In the topic doc, promoted the Reusable form templates section. In the reference, re-grouped and promoted the default __str__() rendering path, and then gathered the various as_*() helpers subsequently. Thanks to David Smith for review. --- docs/topics/forms/index.txt | 139 ++++++++++++++++++++++---------------------- 1 file changed, 71 insertions(+), 68 deletions(-) (limited to 'docs/topics/forms') diff --git a/docs/topics/forms/index.txt b/docs/topics/forms/index.txt index e7709834c2..c8e43389a0 100644 --- a/docs/topics/forms/index.txt +++ b/docs/topics/forms/index.txt @@ -487,15 +487,83 @@ instance into the template context. So if your form is called ``form`` in the context, ``{{ form }}`` will render its ``