Django

Code

Changeset 522

Show
Ignore:
Timestamp:
08/16/05 21:05:53 (3 years ago)
Author:
adrian
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/generic_views.txt

    r434 r522  
    314314 
    315315    If fetched with GET, it uses the template 
    316     ``app_label/module_name_s_confirm_delete`` by default. It uses no template 
     316    ``app_label/module_name_confirm_delete`` by default. It uses no template 
    317317    if POSTed -- it simply deletes the object and redirects. 
    318318