From e8161980347da5a68b4224d8a9ffc466630a796d Mon Sep 17 00:00:00 2001 From: Szczepan Cieślik Date: Sat, 22 Feb 2014 18:30:28 +0100 Subject: Fixed docs typos. --- docs/topics/forms/index.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/topics/forms') diff --git a/docs/topics/forms/index.txt b/docs/topics/forms/index.txt index a4dc0b4776..441ab2eea3 100644 --- a/docs/topics/forms/index.txt +++ b/docs/topics/forms/index.txt @@ -115,7 +115,7 @@ There are three possible code paths here: +------------------+---------------+-----------------------------------------+ | Form submitted? | Data? | What occurs | +==================+===============+=========================================+ -| Unsubmitted | None yet | Template gets passed unbound instance | +| Not submitted | None yet | Template gets passed unbound instance | | | | of ContactForm. | +------------------+---------------+-----------------------------------------+ | Submitted | Invalid data | Template gets passed bound instance | -- cgit v1.3