Changes between Initial Version and Version 1 of Ticket #13736


Ignore:
Timestamp:
Jun 10, 2010, 12:51:43 PM (14 years ago)
Author:
Alex Gaynor
Comment:

Fixed the formatting, in the future please use preview.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13736 – Description

    initial v1  
     1{{{
    12def contact(request):
    23    if request.method == 'POST': # If the form has been submitted...
     
    1213        'form': form,
    1314    })
    14 
     15}}}
    1516Notice that the render_to_response uses the form variable that may not have been initialized. this is located at: http://docs.djangoproject.com/en/1.2/topics/forms/#topics-forms-index
Back to Top