diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-07-14 18:37:22 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-07-14 18:37:22 +0200 |
| commit | 9aca92fb0044d9665c69e6ec36bd8bb69ef1829f (patch) | |
| tree | 05a548ef57b6e186fe907e12e4ca10526ef7eda7 /archaeological_context_records/urls.py | |
| parent | d2d4e159eb1df50529b32e4ada4bf3586136619c (diff) | |
| parent | a39f989e9c02bca9e4c3127fde855364f392e3a5 (diff) | |
| download | Ishtar-9aca92fb0044d9665c69e6ec36bd8bb69ef1829f.tar.bz2 Ishtar-9aca92fb0044d9665c69e6ec36bd8bb69ef1829f.zip | |
Merge branch 'v0.9' into wheezy
Diffstat (limited to 'archaeological_context_records/urls.py')
| -rw-r--r-- | archaeological_context_records/urls.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archaeological_context_records/urls.py b/archaeological_context_records/urls.py index 52af8bda9..84560da67 100644 --- a/archaeological_context_records/urls.py +++ b/archaeological_context_records/urls.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (C) 2010-2013 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet> +# Copyright (C) 2010-2016 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet> # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as @@ -51,6 +51,8 @@ urlpatterns = patterns( check_rights(['change_contextrecord', 'change_own_contextrecord'])( views.record_source_modification_wizard), name='record_source_modification'), + url(r'record_source_modify/(?P<pk>.+)/$', + views.record_source_modify, name='record_source_modify'), url(r'record_source_deletion/(?P<step>.+)?$', check_rights(['change_contextrecord', 'change_own_contextrecord'])( views.record_source_deletion_wizard), |
