Private
Public Access
1
0

create form

This commit is contained in:
Sander Roosendaal
2022-06-22 21:34:29 +02:00
parent 4988657151
commit 6ddef33385
9 changed files with 1155 additions and 1079 deletions

View File

@@ -79,7 +79,8 @@ urlpatterns += [
{'next_page': '/'},
name='logout',),
re_path(r'^rowers/', include('rowers.urls')),
# re_path(r'^survey/',include('survey.urls')),
re_path(r'^boatmovers/',include('boatmovers.urls')),
#re_path(r'^survey/',include('survey.urls')),
# re_path(r'^cvkbrno/',include('cvkbrno.urls')),
# re_path(r'^admin/rq/',include('django_rq_dashboard.urls')),
re_path(r'^call\_back', rowersviews.rower_process_callback),