added list.html

This commit is contained in:
DerTyp187
2021-11-09 20:25:26 +01:00
parent 0c93c2e232
commit 0e6ecbe284
4 changed files with 39 additions and 0 deletions

View File

@@ -3,4 +3,5 @@ from . import views
urlpatterns = [
path('', views.index, name="main-index"),
path('list/', views.list, name="main-list"),
]