Skip to content
Snippets Groups Projects
Commit 38211b6a authored by Tanner Prestegard's avatar Tanner Prestegard Committed by GraceDB
Browse files

Add web view for users to manage sessions

parent 2b187369
No related branches found
No related tags found
No related merge requests found
......@@ -68,8 +68,8 @@ urlpatterns = [
# (r'^admin/doc/', include('django.contrib.admindocs.urls')),
url(r'^admin/', admin.site.urls),
# sessions
#url(r'', include('user_sessions.urls', 'user_sessions')),
# Sessions
url(r'^', include('user_sessions.urls', 'user_sessions')),
]
......
{% extends "base.html" %}
{% block heading %}{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment