diff options
| author | Maxime Turcotte <maxime.turcotte@savoirfairelinux.com> | 2014-06-19 21:46:18 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-06-20 08:14:17 -0400 |
| commit | 608aa8d101b03004ed2181fac82d8f3d28253bbd (patch) | |
| tree | 67ccaf47f172a523da3390d75a0ee21067fa03c4 /docs/intro/tutorial04.txt | |
| parent | b67e9ed8c991830acdc12f2b97f92769719556a7 (diff) | |
Fixed #22836 -- Linked tutorial05 to the right section of tutorial04.
Diffstat (limited to 'docs/intro/tutorial04.txt')
| -rw-r--r-- | docs/intro/tutorial04.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/intro/tutorial04.txt b/docs/intro/tutorial04.txt index dc6f621ff3..59b0b8e81a 100644 --- a/docs/intro/tutorial04.txt +++ b/docs/intro/tutorial04.txt @@ -233,6 +233,8 @@ First, open the ``polls/urls.py`` URLconf and change it like so: url(r'^(?P<question_id>[0-9]+)/vote/$', views.vote, name='vote'), ] +.. _tutorial04-amend-views: + Amend views ----------- |
