diff options
author | prathamesh | 2014-12-10 17:46:39 +0530 |
---|---|---|
committer | prathamesh | 2014-12-10 17:46:39 +0530 |
commit | 7f2275eee5756ff3c4f54d3679fae164915e1be9 (patch) | |
tree | 3384416620c7a1ad091dc577f48311c1ae9b8140 /certificate/templates/index.html | |
parent | 5585b91022a0e035e2b689e2f6443263b89795d7 (diff) | |
download | certificate-generator-7f2275eee5756ff3c4f54d3679fae164915e1be9.tar.gz certificate-generator-7f2275eee5756ff3c4f54d3679fae164915e1be9.tar.bz2 certificate-generator-7f2275eee5756ff3c4f54d3679fae164915e1be9.zip |
Interface to take SciPy India Conference feedback and
give certificates.
Diffstat (limited to 'certificate/templates/index.html')
-rw-r--r-- | certificate/templates/index.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/certificate/templates/index.html b/certificate/templates/index.html new file mode 100644 index 0000000..fca36d5 --- /dev/null +++ b/certificate/templates/index.html @@ -0,0 +1,16 @@ +{% extends 'base.html' %} + +{% block header%} + <h1> FOSSEE Certificates </h1> +{% endblock %} +{% block content %} +<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:feedback' %}" >Scilab India Conference 2014</a></li> + <li><a href="{% url 'certificate:scipy_feedback' %}" >SciPy India Conference 2014</a></li> + </ul> + <div> +{% endblock %} + + |