summaryrefslogtreecommitdiff
path: root/archaeological_files/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_files/urls.py
parent0bbb58bdf1cad93846bec23d2481e5ffffa818f8 (diff)
downloadIshtar-9b5f5ca0a065c33db57670ba166b1424bcc18cd2.tar.bz2
Ishtar-9b5f5ca0a065c33db57670ba166b1424bcc18cd2.zip
Allow modification from the window (refs #1574)
Diffstat (limited to 'archaeological_files/urls.py')
-rw-r--r--archaeological_files/urls.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/archaeological_files/urls.py b/archaeological_files/urls.py
index ee7a8ee39..694cb1791 100644
--- a/archaeological_files/urls.py
+++ b/archaeological_files/urls.py
@@ -38,6 +38,8 @@ urlpatterns = patterns('',
views.file_creation_wizard, name='file_creation'),
url(r'file_modification/(?P<step>.+)?$',
views.file_modification_wizard, name='file_modification'),
+ url(r'file_modify/(?P<pk>.+)/$',
+ views.file_modify, name='file_modify'),
url(r'file_closing/(?P<step>.+)?$',
views.file_closing_wizard, name='file_closing'),
url(r'file_deletion/(?P<step>.+)?$',