File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ helper functions:
173
173
174
174
That's it! By printing ``form(form) ``, each field in the form is rendered, along
175
175
with a label and error message (if there is one). The ``form `` function also
176
- surrounds everything in the necessary HTML ``form `` tag. As easy as this is,
176
+ surrounds everything in the necessary HTML ``< form> `` tag. As easy as this is,
177
177
it's not very flexible (yet). Usually, you'll want to render each form field
178
178
individually so you can control how the form looks. You'll learn how to do
179
179
that in the ":ref: `form-rendering-template `" section.
@@ -268,7 +268,8 @@ possible paths:
268
268
.. note ::
269
269
270
270
Redirecting a user after a successful form submission prevents the user
271
- from being able to hit "refresh" and re-post the data.
271
+ from being able to hit the "Refresh" button of their browser and re-post
272
+ the data.
272
273
273
274
.. index ::
274
275
single: Forms; Multiple Submit Buttons
You can’t perform that action at this time.
0 commit comments