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