Skip to content

Commit 7ea4b10

Browse files
committed
bug #4646 Update the_controller.rst (teggen)
This PR was submitted for the 2.6 branch but it was merged into the 2.3 branch instead (closes #4646). Discussion ---------- Update the_controller.rst Corrected error in the sample code. Commits ------- 40e63b9 Update the_controller.rst
2 parents b55ec30 + 40e63b9 commit 7ea4b10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: quick_tour/the_controller.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ In a template, you can also access the ``Request`` object via the special
295295

296296
{{ app.request.query.get('page') }}
297297

298-
{{ app.request.parameter('page') }}
298+
{{ app.request.request.get('page') }}
299299

300300
Persisting Data in the Session
301301
------------------------------

0 commit comments

Comments
 (0)