Ignore:
Timestamp:
May 13, 2010, 6:24:14 AM (16 years ago)
Author:
Alex Dehnert <adehnert@…>
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)
Message:

Do something with that pagename parameter...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/forms/views.py

    r90afb00 r0b488d4  
    3535    context = {
    3636        'form':form,
    37         'pagename':'request_reimbursement',
     37        'pagename':pagename,
    3838    }
    3939    return render_to_response('forms/select.html', context, context_instance=RequestContext(request), )
Note: See TracChangeset for help on using the changeset viewer.