diff --git a/docs/topics/forms/index.txt b/docs/topics/forms/index.txt index 220ab0fdc0b..b4c57bc8bdb 100644 --- a/docs/topics/forms/index.txt +++ b/docs/topics/forms/index.txt @@ -253,9 +253,9 @@ over them:: Looping over the form's fields ------------------------------ -If you're the same HTML for each of your form fields, you can -reduce duplicate code by looping through each field in turn using -a ``{% for %}`` loop:: +If you're using the same HTML for each of your form fields, you can reduce +duplicate code by looping through each field in turn using a ``{% for %}`` +loop::
{% for field in form %}