Overview page

Met klassiek onbruikbare interface dit jaar.
This commit is contained in:
2024-02-26 17:41:10 +01:00
parent 7f199b6886
commit 51085beba3
6 changed files with 61 additions and 4 deletions
+1
View File
@@ -8,5 +8,6 @@ urlpatterns = [
path('vote/', views.VoteView.as_view(), name="vote"),
path('vote/undo', views.UndoView.as_view(), name="undo"),
path('settings/', views.SettingsView.as_view(), name="settings"),
path('overview/', views.OverView.as_view(), name="overview"),
path('', views.AuthView.as_view()),
] + static(settings.MEDIA_URL, document_root=settings.MEDIA_ROOT)