fixes to pass tests
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user