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

Drop old templates and old search

This commit is contained in:
Alexandre Iooss
2019-08-09 08:28:57 +02:00
parent d0f2140d14
commit b4cfb8d3b6
40 changed files with 131 additions and 10707 deletions

View File

@ -10,7 +10,6 @@ app_name = 'users'
urlpatterns = [
url(r'^new_user/$', views.new_user, name='new-user'),
url(r'^edit_info/$', views.edit_info, name='edit-info'),
url(r'^password/$', views.password, name='password'),
url(r'^adherer/(?P<userid>[0-9]+)$', views.adherer, name='adherer'),
url(r'^process/(?P<token>[a-z0-9]{32})/$', views.process, name='process'),
]