mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-07-06 07:23:56 +02:00
Move emprunt button
This commit is contained in:
@ -8,8 +8,6 @@ from . import views
|
||||
|
||||
app_name = 'media'
|
||||
urlpatterns = [
|
||||
url(r'^add_emprunt/(?P<userid>[0-9]+)$', views.add_emprunt,
|
||||
name='add-emprunt'),
|
||||
url(r'^retour_emprunt/(?P<empruntid>[0-9]+)$', views.retour_emprunt,
|
||||
name='retour-emprunt'),
|
||||
]
|
||||
|
Reference in New Issue
Block a user