mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-06-29 22:31:10 +02:00
Add find medium link in explore dropdown
This commit is contained in:
@ -11,5 +11,5 @@ app_name = 'media'
|
||||
urlpatterns = [
|
||||
url(r'^retour_emprunt/(?P<empruntid>[0-9]+)$', views.retour_emprunt,
|
||||
name='retour-emprunt'),
|
||||
path('find/', views.FindMediumView.as_view()),
|
||||
path('find/', views.FindMediumView.as_view(), name="find"),
|
||||
]
|
||||
|
Reference in New Issue
Block a user