Commit 135b19d0 by Dányi Bence

webui: page added for individual groups

parent 531b1246
......@@ -43,4 +43,5 @@ urlpatterns = patterns('',
url(r'^language/(?P<lang>[-A-Za-z]+)/$', 'school.views.language', name='language'),
url(r'^jsi18n/$', 'django.views.i18n.javascript_catalog', js_info_dict),
url(r'^b/(?P<token>.*)/$', 'one.views.boot_token', name='boot_token'),
url(r'^group/show/(?P<gid>\d+)/$', 'school.views.group_show', name='group_show'),
)
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 sign in to comment