From 93feaaf334522f0fd08ac367fba0a25c5ce1aa24 Mon Sep 17 00:00:00 2001 From: Tom Price Date: Mon, 26 Jan 2015 11:11:11 +0000 Subject: [PATCH] Corrected permissions to duplicate a rig --- RIGS/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RIGS/urls.py b/RIGS/urls.py index 7d03ec1b..41cc147a 100644 --- a/RIGS/urls.py +++ b/RIGS/urls.py @@ -69,7 +69,7 @@ urlpatterns = patterns('', permission_required_with_403('RIGS.change_event')(rigboard.EventUpdate.as_view()), name='event_update'), url(r'^event/(?P\d+)/duplicate/$', - permission_required_with_403('RIGS.change_event')(rigboard.EventDuplicate.as_view()), + permission_required_with_403('RIGS.add_event')(rigboard.EventDuplicate.as_view()), name='event_duplicate'), # API