mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-22 07:52:15 +00:00
Authorisation template work
This commit is contained in:
@@ -147,7 +147,7 @@ urlpatterns = [
|
||||
name='payment_delete'),
|
||||
|
||||
# Client event authorisation
|
||||
url(r'^event/(?P<pk>\d+)/auth/$',
|
||||
path('event/<pk>/auth/',
|
||||
permission_required_with_403('RIGS.change_event')(
|
||||
rigboard.EventAuthorisationRequest.as_view()
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user