source:
treasury/vouchers/urls.py
@
68bd119
Last change on this file since 68bd119 was 269db50, checked in by Alex Dehnert <adehnert@…>, 16 years ago | |
---|---|
|
|
File size: 205 bytes |
Rev | Line | |
---|---|---|
[13a23ce] | 1 | from django.conf.urls.defaults import * |
2 | import treasury.vouchers.views | |
3 | ||
4 | urlpatterns = patterns('', | |
[269db50] | 5 | (r'submit/(?P<term>[\d\w-]+)/(?P<committee>[\d\w-]+)/', 'treasury.vouchers.views.submit_request', ) |
[13a23ce] | 6 | ) |
Note: See TracBrowser
for help on using the repository browser.