Changes between Initial Version and Version 1 of Ticket #13736
- Timestamp:
- Jun 10, 2010, 12:51:43 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13736 – Description
initial v1 1 {{{ 1 2 def contact(request): 2 3 if request.method == 'POST': # If the form has been submitted... … … 12 13 'form': form, 13 14 }) 14 15 }}} 15 16 Notice 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