Changeset b34d568 for remit/vouchers
- Timestamp:
- Apr 2, 2010, 10:42:06 AM (15 years ago)
- Branches:
- master, client
- Children:
- e02a4b2
- Parents:
- 23138c0
- git-author:
- Alex Dehnert <adehnert@…> (04/02/10 10:42:06)
- git-committer:
- Alex Dehnert <adehnert@…> (04/02/10 10:42:06)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
remit/vouchers/views.py
r0a5a003 rb34d568 203 203 new_docs = Documentation() 204 204 new_docs.submitter = http_request.user.username 205 if http_request.method == 'POST' : # If the form has been submitted...205 if http_request.method == 'POST' and 'upload_documentation' in http_request.REQUEST: # If the form has been submitted... 206 206 doc_upload_form = DocUploadForm(http_request.POST, http_request.FILES, instance=new_docs) # A form bound to the POST data 207 207
Note: See TracChangeset
for help on using the changeset viewer.