diff options
Diffstat (limited to 'archaeological_finds/urls.py')
-rw-r--r-- | archaeological_finds/urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_finds/urls.py b/archaeological_finds/urls.py index b3fb16d25..893265a4d 100644 --- a/archaeological_finds/urls.py +++ b/archaeological_finds/urls.py @@ -240,7 +240,7 @@ urlpatterns = [ check_rights(['change_find', 'change_own_find'])( views.treatmentfile_deletion_wizard), name='treatmentfile_deletion'), - url(r'^/treatmentfle_delete(?P<pk>.+)/$', + url(r'^treatmentfle_delete/(?P<pk>.+)/$', views.treatmentfile_delete, name='delete-treatmentfile'), url(r'get-administrativeacttreatmentfile/(?P<type>.+)?$', |