From 8b1684e676979fbdc7907f8694def963d54a0f43 Mon Sep 17 00:00:00 2001 From: Gary Wilson Jr Date: Mon, 21 Jul 2008 16:57:50 +0000 Subject: [PATCH] Corrected link to ModelForm doc. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8023 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/generic_views.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/generic_views.txt b/docs/generic_views.txt index 20e91bc3940..45a31fc8750 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``