summaryrefslogtreecommitdiff
path: root/certificate/templates/esim_workshop_feedback.html
diff options
context:
space:
mode:
Diffstat (limited to 'certificate/templates/esim_workshop_feedback.html')
-rw-r--r--certificate/templates/esim_workshop_feedback.html28
1 files changed, 9 insertions, 19 deletions
diff --git a/certificate/templates/esim_workshop_feedback.html b/certificate/templates/esim_workshop_feedback.html
index 416d0e1..19170e3 100644
--- a/certificate/templates/esim_workshop_feedback.html
+++ b/certificate/templates/esim_workshop_feedback.html
@@ -4,23 +4,13 @@
<h1> eSim Workshop 2016 </h1>
{% endblock %}
{% block content %}
- <div style="width:50%; margin: 0 auto" >
-<form action="{% url 'certificate:esim_workshop_feedback' %}" 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:esim_workshop_download' %}" >Skip feedback and download</a>
- </form>
- </div>
+<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/1nwS2e6tdx32nVVO91EbOzUI-h9BwFit3RabwPHjOvSs/viewform" target="_blank" >Feedback on eSim Workshop 2016</a></li>
+ </ul>
+ <br>
+ <a class="btn btn-primary" style="float:right" href = "{% url 'certificate:esim_workshop_download' %}">Skip feedback and download</a>
+ </div>
{% endblock %}
+