aboutsummaryrefslogtreecommitdiffstats
path: root/src/dashboard/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/dashboard/urls.py')
-rw-r--r--src/dashboard/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dashboard/urls.py b/src/dashboard/urls.py
index d5dad57..c87dacc 100644
--- a/src/dashboard/urls.py
+++ b/src/dashboard/urls.py
@@ -33,7 +33,7 @@ from dashboard.views import (
host_profile_detail_view
)
-app_name = "dashboard"
+app_name = 'dashboard'
urlpatterns = [
url(r'^$', landing_view, name='index'),
url(r'^lab/$', lab_list_view, name='all_labs'),