Changeset 0b488d4 for asadb/forms/views.py
- Timestamp:
- May 13, 2010, 6:24:14 AM (16 years ago)
- Branches:
- master, fysm-4-1, iframe, space-access, stable, stage, test-hooks
- Children:
- 8773e75
- Parents:
- 7e7e7d3
- git-author:
- Alex Dehnert <adehnert@…> (05/13/10 06:24:14)
- git-committer:
- Alex Dehnert <adehnert@…> (05/13/10 06:24:14)
- File:
-
- 1 edited
-
asadb/forms/views.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
asadb/forms/views.py
r90afb00 r0b488d4 35 35 context = { 36 36 'form':form, 37 'pagename': 'request_reimbursement',37 'pagename':pagename, 38 38 } 39 39 return render_to_response('forms/select.html', context, context_instance=RequestContext(request), )
Note: See TracChangeset
for help on using the changeset viewer.