diff options
Diffstat (limited to 'docs/topics/forms')
| -rw-r--r-- | docs/topics/forms/index.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/forms/index.txt b/docs/topics/forms/index.txt index 47a29f334e..cb47639345 100644 --- a/docs/topics/forms/index.txt +++ b/docs/topics/forms/index.txt @@ -293,7 +293,7 @@ templates: message. ``field.is_hidden`` - This attribute is ``True`` is the form field is a hidden field and + This attribute is ``True`` if the form field is a hidden field and ``False`` otherwise. It's not particularly useful as a template variable, but could be useful in conditional tests such as:: |
