mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-07-09 20:10:21 +02:00
Translate borrows
This commit is contained in:
@ -2,15 +2,12 @@
|
||||
# Copyright (C) 2017-2019 by BDE ENS Paris-Saclay
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
from django.conf.urls import url
|
||||
from django.urls import path
|
||||
|
||||
from . import views
|
||||
|
||||
app_name = 'media'
|
||||
urlpatterns = [
|
||||
url(r'^retour_emprunt/(?P<empruntid>[0-9]+)$', views.retour_emprunt,
|
||||
name='retour-emprunt'),
|
||||
path('find/', views.FindMediumView.as_view(), name="find"),
|
||||
path('mark-as-present/comic/<int:pk>/',
|
||||
views.MarkComicAsPresent.as_view(),
|
||||
|
Reference in New Issue
Block a user