Changeset 70a9bbd for remit/vouchers
- Timestamp:
- May 12, 2010, 4:28:37 AM (15 years ago)
- Branches:
- master, client
- Children:
- ff0ea05
- Parents:
- 5eb287f
- git-author:
- Alex Dehnert <adehnert@…> (05/12/10 04:25:09)
- git-committer:
- Alex Dehnert <adehnert@…> (05/12/10 04:28:37)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
remit/vouchers/views.py
r857256d r70a9bbd 308 308 'MEDIA_ROOT': settings.MEDIA_ROOT, 309 309 } 310 response = render_to_response('vouchers/vouchers.tex', context, context_instance=RequestContext(http_request), ) 310 response = render_to_response( 311 'vouchers/vouchers.tex', 312 context, context_instance=RequestContext(http_request), 313 mimetype=settings.LATEX_MIMETYPE, 314 ) 311 315 312 316 # Send mail
Note: See TracChangeset
for help on using the changeset viewer.