diff options
author | prashant | 2016-03-17 12:01:03 +0530 |
---|---|---|
committer | prashant | 2016-03-17 12:01:03 +0530 |
commit | bc17ecba487c8a959bcea0277e871f808325c180 (patch) | |
tree | 7b7b1bd148e3237b94085cccb25e9f088e5f2ed9 /certificate/urls.py | |
parent | 1362a52f096d25a3426208bd9df56e0ae38eb3c2 (diff) | |
download | certificate-generator-bc17ecba487c8a959bcea0277e871f808325c180.tar.gz certificate-generator-bc17ecba487c8a959bcea0277e871f808325c180.tar.bz2 certificate-generator-bc17ecba487c8a959bcea0277e871f808325c180.zip |
removed comments and print statements
Diffstat (limited to 'certificate/urls.py')
-rwxr-xr-x | certificate/urls.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/certificate/urls.py b/certificate/urls.py index 0da95aa..8db1a42 100755 --- a/certificate/urls.py +++ b/certificate/urls.py @@ -29,8 +29,6 @@ urlpatterns = patterns('certificate.views', url(r'^scipy_download_2015/$', 'scipy_download_2015', name='scipy_download_2015'), url(r'^openfoam_symposium_download_2016/$', 'openfoam_symposium_download_2016', name='openfoam_symposium_download_2016'), url(r'^openfoam_symposium_feedback_2016/$', 'openfoam_symposium_feedback_2016', name='openfoam_symposium_feedback_2016'), - - #url(r'^internship_certificate_download/$', 'internship_certificate_download', name='internship_certificate_download'), url(r'^fossee_internship_cerificate_download/$', 'fossee_internship_cerificate_download', name='fossee_internship_cerificate_download'), |