Fixed #336 -- Typo in docs/generic_views.txt. Thanks, Matt

git-svn-id: http://code.djangoproject.com/svn/django/trunk@522 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-08-17 02:05:53 +00:00
parent 7d022cd48f
commit a579724852
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ The create/update/delete views are:
that the view knows where to go after the object is deleted. that the view knows where to go after the object is deleted.
If fetched with GET, it uses the template If fetched with GET, it uses the template
``app_label/module_name_s_confirm_delete`` by default. It uses no template ``app_label/module_name_confirm_delete`` by default. It uses no template
if POSTed -- it simply deletes the object and redirects. if POSTed -- it simply deletes the object and redirects.
Has the following template context: Has the following template context: