1
0
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:
Alexandre Iooss
2019-08-10 15:53:23 +02:00
parent 82ebc60982
commit 8613dd2810
6 changed files with 25 additions and 49 deletions

View File

@ -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'),
]