mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-07-13 08:12:51 +02:00
changes, fixes and improvements
This commit is contained in:
@@ -3,7 +3,8 @@ from django.urls import path
|
||||
from . import views
|
||||
|
||||
urlpatterns = [
|
||||
path("currencies/", views.currency_list, name="currencies_list"),
|
||||
path("currencies/", views.currencies_index, name="currencies_index"),
|
||||
path("currencies/list/", views.currencies_list, name="currencies_list"),
|
||||
path("currencies/add/", views.currency_add, name="currency_add"),
|
||||
path(
|
||||
"currencies/<int:pk>/edit/",
|
||||
|
||||
Reference in New Issue
Block a user