|
|
@ -9,6 +9,6 @@ urlpatterns = [ |
|
|
|
path('certificate', certificate, name='certificate'), |
|
|
|
path('extern', ExternView.as_view(), name='extern'), |
|
|
|
path('saved', done, name='done'), |
|
|
|
path('authorize/<int:pk>', authorize, name='authorize'), |
|
|
|
path('deny/<int:pk>', deny, name='deny') |
|
|
|
path('authorize/<str:choice>/<int:pk>', authorize, name='authorize'), |
|
|
|
path('deny/<str:choice>/<int:pk>', deny, name='deny') |
|
|
|
] |