summaryrefslogtreecommitdiff
path: root/archaeological_files/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_files/urls.py')
-rw-r--r--archaeological_files/urls.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/archaeological_files/urls.py b/archaeological_files/urls.py
index 1fcf71531..c6b932fec 100644
--- a/archaeological_files/urls.py
+++ b/archaeological_files/urls.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
-# Copyright (C) 2010-2015 É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
@@ -35,6 +35,9 @@ urlpatterns = patterns(
check_rights(['change_administrativeact'])(
views.file_administrativeactfile_wizard),
name='file_administrativeactfile'),
+ url(r'file_administrativeactfile_modify/(?P<pk>.+)/$',
+ views.file_administrativeactfile_modify,
+ name='file_administrativeactfile_modify'),
url(r'file_administrativeactfil_deletion/(?P<step>.+)?$',
check_rights(['change_administrativeact'])(
views.file_administrativeactfile_deletion_wizard),