summaryrefslogtreecommitdiff
path: root/certificate/urls.py
diff options
context:
space:
mode:
authorprathamesh2015-04-27 16:33:44 +0530
committerprathamesh2015-04-27 16:33:44 +0530
commit0c184765ff5c332109b9e53510a92689d6d46604 (patch)
tree6184cbb19a549672e188ab50971b3b0a55e62b4f /certificate/urls.py
parentc248f1bfa0a06db0d4c571ec8362e03b37322592 (diff)
downloadcertificate-generator-0c184765ff5c332109b9e53510a92689d6d46604.tar.gz
certificate-generator-0c184765ff5c332109b9e53510a92689d6d46604.tar.bz2
certificate-generator-0c184765ff5c332109b9e53510a92689d6d46604.zip
Added interface for freeeda textbook companion certificate download.
Diffstat (limited to 'certificate/urls.py')
-rw-r--r--certificate/urls.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/certificate/urls.py b/certificate/urls.py
index bb9871b..30513e4 100644
--- a/certificate/urls.py
+++ b/certificate/urls.py
@@ -17,4 +17,5 @@ urlpatterns = patterns('certificate.views',
url(r'^drupal_feedback/$', 'drupal_feedback', name='drupal_feedback'),
url(r'^scipy_download/$', 'scipy_download', name='scipy_download'),
url(r'^drupal_download/$', 'drupal_download', name='drupal_download'),
+ url(r'^tbc_freeeda_download/$', 'tbc_freeeda_download', name='tbc_freeeda_download'),
)