diff options
| author | Gary Wilson Jr <gary.wilson@gmail.com> | 2008-07-21 16:57:50 +0000 |
|---|---|---|
| committer | Gary Wilson Jr <gary.wilson@gmail.com> | 2008-07-21 16:57:50 +0000 |
| commit | 8b1684e676979fbdc7907f8694def963d54a0f43 (patch) | |
| tree | 01860776971a8b4a494914520d726a48f61d39ab /docs | |
| parent | ce3bdc86d4310765ad470305d986b4b0ed778a6c (diff) | |
Corrected link to ModelForm doc.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8023 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/generic_views.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/generic_views.txt b/docs/generic_views.txt index 20e91bc394..45a31fc875 100644 --- a/docs/generic_views.txt +++ b/docs/generic_views.txt @@ -988,7 +988,7 @@ In addition to ``extra_context``, the template's context will be: ``Form`` objects in templates. .. _authentication system: ../authentication/ -.. _ModelForm docs: ../forms/modelforms +.. _ModelForm docs: ../modelforms/ .. _forms documentation: ../forms/ ``django.views.generic.create_update.update_object`` |
