mirror of
https://github.com/DerTyp7/tealcode-django-python.git
synced 2025-10-30 12:57:07 +01:00
renamed list to category
This commit is contained in:
@@ -3,5 +3,6 @@ from . import views
|
||||
|
||||
urlpatterns = [
|
||||
path('', views.index, name="main-index"),
|
||||
path('list/', views.list, name="main-list"),
|
||||
path('topic/<str:category>/<str:topic>/', views.topic, name="main-topic"),
|
||||
path('category/<str:category>/', views.category, name="main-category"),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user