1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2025-07-04 23:04:03 +02:00

Remove add/remove right views

This commit is contained in:
Alexandre Iooss
2019-08-08 14:59:24 +02:00
parent ec66f980e7
commit a139c2339c
4 changed files with 0 additions and 59 deletions

View File

@ -21,8 +21,6 @@ urlpatterns = [
url(r'^del_adhesion/(?P<adhesionid>[0-9]+)$', views.del_adhesion, name='del-adhesion'),
url(r'^index_adhesion/$', views.index_adhesion, name='index-adhesion'),
url(r'^history/(?P<object>adhesion)/(?P<id>[0-9]+)$', views.history, name='history'),
url(r'^add_right/(?P<userid>[0-9]+)$', views.add_right, name='add-right'),
url(r'^del_right/$', views.del_right, name='del-right'),
url(r'^process/(?P<token>[a-z0-9]{32})/$', views.process, name='process'),
url(r'^history/(?P<object>user)/(?P<id>[0-9]+)$', views.history, name='history'),
url(r'^$', views.index, name='index'),