summaryrefslogtreecommitdiff
path: root/archaeological_context_records/urls.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2013-12-27 22:35:21 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2013-12-27 22:38:39 +0100
commit9b5f5ca0a065c33db57670ba166b1424bcc18cd2 (patch)
tree58732af3c07cfc4833e314aad8610a7d84629cca /archaeological_context_records/urls.py
parent0bbb58bdf1cad93846bec23d2481e5ffffa818f8 (diff)
downloadIshtar-9b5f5ca0a065c33db57670ba166b1424bcc18cd2.tar.bz2
Ishtar-9b5f5ca0a065c33db57670ba166b1424bcc18cd2.zip
Allow modification from the window (refs #1574)
Diffstat (limited to 'archaeological_context_records/urls.py')
-rw-r--r--archaeological_context_records/urls.py4
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>.+)?$',