aboutsummaryrefslogtreecommitdiff
path: root/app/dispatch/urls.py
diff options
context:
space:
mode:
authorMitch Riedstra <Mitch@riedstra.us>2017-08-01 10:55:23 -0400
committerMitch Riedstra <Mitch@riedstra.us>2017-08-01 10:55:23 -0400
commit8df0bda39f6c7e56e6f8f4e59b42c8b82aeb750b (patch)
treeb63a1c5b2d5bb5ca6a1902de45889e8d7e403736 /app/dispatch/urls.py
parent3c04b55a9734f45b93eafbae19f29544adb20f9b (diff)
downloaddispatch-tracker-8df0bda39f6c7e56e6f8f4e59b42c8b82aeb750b.tar.gz
dispatch-tracker-8df0bda39f6c7e56e6f8f4e59b42c8b82aeb750b.tar.xz
Schema and template updates
Diffstat (limited to 'app/dispatch/urls.py')
-rw-r--r--app/dispatch/urls.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/dispatch/urls.py b/app/dispatch/urls.py
index 86dc762..d40462b 100644
--- a/app/dispatch/urls.py
+++ b/app/dispatch/urls.py
@@ -8,4 +8,5 @@ from django.contrib.auth import views as authviews
urlpatterns = [
url(r'^$', views.home, name='home'),
url(r'^login/$', authviews.LoginView.as_view(template_name="dispatch/login.html")),
+ url(r'^logout/$', views.logout),
]