Private
Public Access
1
0

fixes to pass tests

This commit is contained in:
Sander Roosendaal
2020-01-13 16:42:02 +01:00
parent 8de759425d
commit 926ff6d5e5
4 changed files with 16 additions and 16 deletions

View File

@@ -66,7 +66,7 @@ urlpatterns += [
{'next_page': '/'},
name='logout',),
re_path(r'^rowers/',include('rowers.urls')),
re_path(r'^survey/',include('survey.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),