diff options
author | prathamesh | 2015-12-16 00:07:34 +0530 |
---|---|---|
committer | prathamesh | 2015-12-16 00:07:34 +0530 |
commit | 5121ccac89f3477451fbf2cfaedb623020dbd053 (patch) | |
tree | 38664eecf20aebefab485e0a426a143bba603b05 /certificate/templates/index.html | |
parent | 1fd6b3a0f674673a31295c757a9bccfbd60bf553 (diff) | |
download | certificate-generator-5121ccac89f3477451fbf2cfaedb623020dbd053.tar.gz certificate-generator-5121ccac89f3477451fbf2cfaedb623020dbd053.tar.bz2 certificate-generator-5121ccac89f3477451fbf2cfaedb623020dbd053.zip |
SciPy India 2015 certificate implementation
Diffstat (limited to 'certificate/templates/index.html')
-rw-r--r-- | certificate/templates/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/certificate/templates/index.html b/certificate/templates/index.html index bed74b5..49669d1 100644 --- a/certificate/templates/index.html +++ b/certificate/templates/index.html @@ -7,6 +7,7 @@ <div style="margin:auto; width:45%"> <p>Below links will take you to a feedback form.<br> Please fill the feedback form and download your <b>e-certificate</b>.</h5></p> <ul class="nav nav-list"> + <li><a href="{% url 'certificate:scipy_feedback_2015' %}" >SciPy India Conference 2015</a></li> <li><a href="{% url 'certificate:esim_google_feedback' %}" >eSim Faculty Meet 2015</a></li> <li><a href="{% url 'certificate:arduino_google_feedback' %}" >Scilab Arduino Workshop 2015</a></li> <li><a href="{% url 'certificate:dwsim_feedback' %}" >DWSIM Workshop 2015</a></li> |