This is why we can't have nice things
This commit is contained in:
parent
e52dbd9c54
commit
db3e6bbffe
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ urlpatterns = [
|
||||||
url(r'^tickets/', include('registrasion.urls')),
|
url(r'^tickets/', include('registrasion.urls')),
|
||||||
url(r'^nested_admin/', include('nested_admin.urls')),
|
url(r'^nested_admin/', include('nested_admin.urls')),
|
||||||
|
|
||||||
url(r'^dashboard/' RedirectView.as_view(url='/')),
|
url(r'^dashboard/', RedirectView.as_view(url='/')),
|
||||||
url(r'^$', symposion.views.dashboard, name="dashboard"),
|
url(r'^$', symposion.views.dashboard, name="dashboard"),
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue