From 3cc7a92189f45eab034661359e60ede4c88a6052 Mon Sep 17 00:00:00 2001 From: David Smith Date: Sun, 12 Feb 2023 13:24:50 +0000 Subject: Refs #32339 -- Doc'd setting a form's template_name is recomended over using as_* methods. --- docs/topics/forms/index.txt | 40 ++-------------------------------------- 1 file changed, 2 insertions(+), 38 deletions(-) (limited to 'docs/topics/forms') diff --git a/docs/topics/forms/index.txt b/docs/topics/forms/index.txt index 9ca3509266..3d409f5f06 100644 --- a/docs/topics/forms/index.txt +++ b/docs/topics/forms/index.txt @@ -493,6 +493,8 @@ appropriately. ``
`` tags, or the form's ``submit`` control. You will have to provide these yourself. +.. _reusable-form-templates: + Reusable form templates ----------------------- @@ -552,44 +554,6 @@ the :meth:`.Form.render`. Here's an example of this being used in a view:: See :ref:`ref-forms-api-outputting-html` for more details. -Form rendering options ----------------------- - -There are other output options though for the ``