Commit 735fb6a9 by Damien Moulard

fix url catch in members space

parent d04ec3d3
Pipeline #1700 passed with stage
in 1 minute 37 seconds
......@@ -12,5 +12,5 @@ urlpatterns = [
url(r'^faqBDM$', views.faqBDM),
url(r'^no_content$', views.no_content),
url(r'^get_shifts_history$', views.get_shifts_history),
url('/*$', views.index), # Urls unknown from the server will redirect to index
url(r'^.*', views.index) # Urls unknown from the server will redirect to index
]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment