summaryrefslogtreecommitdiff
path: root/certificate/urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'certificate/urls.py')
-rw-r--r--certificate/urls.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/certificate/urls.py b/certificate/urls.py
index 5e4827f..a536f4a 100644
--- a/certificate/urls.py
+++ b/certificate/urls.py
@@ -8,7 +8,8 @@ urlpatterns = patterns('',
# url(r'^$', 'fossee_project.views.home', name='home'),
# url(r'^blog/', include('blog.urls')),
- url(r'^$', 'certificate.views.download', name='download'),
+ url(r'^$', 'certificate.views.feedback', name='feedback'),
url(r'^download/$', 'certificate.views.download', name='download'),
url(r'^verify/$', 'certificate.views.verify', name='verify'),
+ url(r'^feedback/$', 'certificate.views.feedback', name='feedback'),
)