mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-11 04:19:25 +00:00
move accound refound view to counter
This commit is contained in:
@ -30,6 +30,7 @@ from counter.views.admin import (
|
||||
ProductTypeEditView,
|
||||
ProductTypeListView,
|
||||
RefillingDeleteView,
|
||||
RefoundAccountView,
|
||||
ReturnableProductCreateView,
|
||||
ReturnableProductDeleteView,
|
||||
ReturnableProductListView,
|
||||
@ -170,4 +171,5 @@ urlpatterns = [
|
||||
CounterRefillingListView.as_view(),
|
||||
name="refilling_list",
|
||||
),
|
||||
path("admin/refound/", RefoundAccountView.as_view(), name="account_refound"),
|
||||
]
|
||||
|
Reference in New Issue
Block a user