diff options
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 75808b114..7d288b031 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-2012 Étienne Loks  <etienne.loks_AT_peacefrogsDOTnet> +# Copyright (C) 2010-2013 É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 @@ -29,6 +29,8 @@ urlpatterns = patterns('',             views.record_creation_wizard, name='record_creation'),         url(r'record_modification/(?P<step>.+)?$',             views.record_modification_wizard, name='record_modification'), +       url(r'record_modify/(?P<pk>.+)/$', +           views.record_modify, name='record_modify'),         url(r'record_deletion/(?P<step>.+)?$',             views.record_deletion_wizard, name='record_deletion'),         url(r'record_source_creation/(?P<step>.+)?$', | 
