summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorprathamesh2015-12-17 16:17:41 +0530
committerprathamesh2015-12-17 16:17:41 +0530
commitc1e12cb565669413882b119a682aae640cf35aa8 (patch)
tree6f231e6faa82468a7e607abba535081367cca5e1
parent5121ccac89f3477451fbf2cfaedb623020dbd053 (diff)
downloadcertificate-generator-c1e12cb565669413882b119a682aae640cf35aa8.tar.gz
certificate-generator-c1e12cb565669413882b119a682aae640cf35aa8.tar.bz2
certificate-generator-c1e12cb565669413882b119a682aae640cf35aa8.zip
Changed feedback form to google form
-rw-r--r--certificate/templates/scipy_feedback_2015.html28
1 files changed, 9 insertions, 19 deletions
diff --git a/certificate/templates/scipy_feedback_2015.html b/certificate/templates/scipy_feedback_2015.html
index c485b40..f841570 100644
--- a/certificate/templates/scipy_feedback_2015.html
+++ b/certificate/templates/scipy_feedback_2015.html
@@ -1,26 +1,16 @@
{% extends 'base.html' %}
-{% block header%}
+{% block header %}
<h1> SciPy India Conference 2015 </h1>
{% endblock %}
-{% block content %}
- <div style="width:50%; margin: 0 auto" >
-<form action="{% url 'certificate:scipy_feedback_2015' %}" method="post">
-
- <h1> Feedback </h1>
- <p>Your feedback will help us improve our services. Thank you for your time.</p>
- {{ detail }}
- {% csrf_token %}
- <table class="table">
- {{ form }}
- </table>
- {% for question in questions %}
- <label style="float:left">{{ forloop.counter }}. {{ question.question }} </label><br>
- <textarea cols="80" class="form-control" id="{{ question.id }}" name="{{ question.id }}"></textarea><br>
- {% endfor %}
- <button style="float:left" class="btn btn-primary" type="submit">Submit</button>
- <a style="float:right" href="{% url 'certificate:scipy_download_2015' %}" >Skip feedback and download</a>
- </form>
+{% block content %}
+<p> Your feedback will help us improve our services. Thank you for your time. </p>
+ <div>
+ <div class="embed-responsive embed-responsive-16by9" style="width:100%;height:2000px">
+ <iframe class="embed-responsive-item" src="https://docs.google.com/forms/d/1OAtVUGG5MmoJyX81ODxorIOhnJeJ0Qu36PBGBQyYWNA/viewform"></iframe>
</div>
+ <br>
+ <a class="btn" style="float:right" href = "{% url 'certificate:scipy_download_2015' %}">Click here to download certificate</a>
+ </div>
{% endblock %}