summaryrefslogtreecommitdiff
path: root/website/urls.py
diff options
context:
space:
mode:
authorSashi202018-10-09 16:14:34 +0530
committerSashi202018-10-09 16:14:34 +0530
commit6e97fc4ce85cdd3abe6f238cc58ae5f6bace876e (patch)
tree800babff57cfc3b1b621bfd387c9329a579e12ba /website/urls.py
parent2c38381937925703c6da219253819d66b59112d9 (diff)
downloadnccps-2018-6e97fc4ce85cdd3abe6f238cc58ae5f6bace876e.tar.gz
nccps-2018-6e97fc4ce85cdd3abe6f238cc58ae5f6bace876e.tar.bz2
nccps-2018-6e97fc4ce85cdd3abe6f238cc58ae5f6bace876e.zip
Added dwsim qiz template to display intro
Diffstat (limited to 'website/urls.py')
-rw-r--r--website/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/urls.py b/website/urls.py
index 2d4e8d8..136afc9 100644
--- a/website/urls.py
+++ b/website/urls.py
@@ -16,7 +16,7 @@ urlpatterns = [
#path('proposal/submitcfp', views.submitcfp, name='submitcfp'),
#path('accounts/register', views.userregister, name='userregister'),
-
+ re_path(r'^dwsimquiz/$', views.dwsimquiz, name='dwsimquiz'),
re_path(r'^cfp/$', views.cfp, name='cfp'),
re_path(r'^submit-cfp/$', views.submitcfp, name='submitcfp'),
re_path(r'^submit-cfw/$', views.submitcfw, name='submitcfw'),