Private
Public Access
1
0

adding poll for next week sessions

This commit is contained in:
2025-07-20 16:15:15 +02:00
parent 5b6e87fedd
commit 01d4cf659e
8 changed files with 253 additions and 2 deletions

View File

@@ -1115,5 +1115,9 @@ urlpatterns = [
name='nextweekplan_view'),
re_path(r'^currentweekplan/$', views.currentweekplan_view,
name='currentweekplan_view'),
re_path(r'^deepwaterlogin/$', views.deepwatertoken_login,
name='deepwatertoken_login'),
re_path(r'^deepwatertoken/$', views.get_deepwater_token,
name='get_deepwater_token'),
]