From 60375eda324d708870dc2ba18b4ac4d6114a68f6 Mon Sep 17 00:00:00 2001 From: Daniele Procida Date: Sun, 8 Jun 2014 19:30:52 +0100 Subject: [1.7.x] Fixed #22796 -- Added a more basic explanations of forms. Thanks bmispelon, kezabelle, jorgecarleitao, and timgraham for reviews. Backport of cd20b5d186 from master --- docs/ref/forms/api.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/ref/forms') diff --git a/docs/ref/forms/api.txt b/docs/ref/forms/api.txt index 4fef753172..3b687ed73d 100644 --- a/docs/ref/forms/api.txt +++ b/docs/ref/forms/api.txt @@ -365,6 +365,8 @@ You can write code to perform validation for particular form fields (based on their name) or for the form as a whole (considering combinations of various fields). More information about this is in :doc:`/ref/forms/validation`. +.. _ref-forms-api-outputting-html: + Outputting forms as HTML ------------------------ @@ -481,6 +483,8 @@ it calls its ``as_table()`` method behind the scenes:: +.. _ref-forms-api-styling-form-rows: + Styling required or erroneous form rows ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.3