summaryrefslogtreecommitdiff
path: root/certificate/templates
diff options
context:
space:
mode:
authorprathamesh2015-09-12 00:45:54 +0530
committerprathamesh2015-09-12 00:45:54 +0530
commit1fd6b3a0f674673a31295c757a9bccfbd60bf553 (patch)
tree631cecd0c7f4e85f67b51713f88b755f7b5cce29 /certificate/templates
parente8a8a23253ccd60a417fd2c5484442b86a4073bf (diff)
downloadcertificate-generator-1fd6b3a0f674673a31295c757a9bccfbd60bf553.tar.gz
certificate-generator-1fd6b3a0f674673a31295c757a9bccfbd60bf553.tar.bz2
certificate-generator-1fd6b3a0f674673a31295c757a9bccfbd60bf553.zip
added feedback for esim
Diffstat (limited to 'certificate/templates')
-rw-r--r--certificate/templates/esim_google_feedback.html16
-rw-r--r--certificate/templates/index.html2
2 files changed, 17 insertions, 1 deletions
diff --git a/certificate/templates/esim_google_feedback.html b/certificate/templates/esim_google_feedback.html
new file mode 100644
index 0000000..01a4491
--- /dev/null
+++ b/certificate/templates/esim_google_feedback.html
@@ -0,0 +1,16 @@
+{% extends 'base.html' %}
+
+{% block header %}
+ <h1> eSim Faculty Meet 2015 </h1>
+{% endblock %}
+
+{% block content %}
+<p> Your feedback will help us improve our services. Thank you for your time. </p>
+ <div style = "width:50%; margin:auto">
+ <ul class = "nav nav-list">
+ <li><a href = "https://docs.google.com/forms/d/1Dt0aR-X689JdpoDLTWu-UXhBzPZv_G1FX1XzVpZGCqQ/viewform?usp=send_form" target = "popup" >Feedback on eSim Faculty Meet 2015</a></li>
+ </ul>
+ <br>
+ <a class="btn btn-primary" style="float:right" href = "{% url 'certificate:esim_download' %}">Skip feedback and download</a>
+ </div>
+{% endblock %}
diff --git a/certificate/templates/index.html b/certificate/templates/index.html
index aa5adcc..bed74b5 100644
--- a/certificate/templates/index.html
+++ b/certificate/templates/index.html
@@ -7,7 +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:esim_download' %}" >eSim Faculty Meet 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>
<li><a href="{% url 'certificate:tbc_freeeda_download' %}" >FreeEDA Textbook Companion</a></li>