Revision 7cd2f6fb
Added by Jérôme Schneider almost 13 years ago
| calebasse/actes/urls.py | ||
|---|---|---|
|
|
||
|
act_patterns = patterns('calebasse.actes.views',
|
||
|
url(r'^$', 'act_listing', name='act-listing'),
|
||
|
url(r'^nouvel-acte/$', 'act_new', name='act-new'),
|
||
|
url(r'^act-new/$', 'act_new', name='act-new'),
|
||
|
url(r'^(?P<pk>\d+)/update$', update_act),
|
||
|
)
|
||
|
|
||
Also available in: Unified diff
actes: fix new act dialog
Fix #2792