summaryrefslogtreecommitdiff
path: root/certificate/templates/feedback.html
diff options
context:
space:
mode:
authorprathamesh2015-04-10 15:46:17 +0530
committerprathamesh2015-04-10 15:46:17 +0530
commitc248f1bfa0a06db0d4c571ec8362e03b37322592 (patch)
tree839ba459c5b4ffd34830bb7ef7710a118397286f /certificate/templates/feedback.html
parentca585020fc9c3574937762b091120cacf3fb6f44 (diff)
downloadcertificate-generator-c248f1bfa0a06db0d4c571ec8362e03b37322592.tar.gz
certificate-generator-c248f1bfa0a06db0d4c571ec8362e03b37322592.tar.bz2
certificate-generator-c248f1bfa0a06db0d4c571ec8362e03b37322592.zip
Changes made to improve the interface.
Diffstat (limited to 'certificate/templates/feedback.html')
-rw-r--r--certificate/templates/feedback.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/certificate/templates/feedback.html b/certificate/templates/feedback.html
index 76c5abd..3964503 100644
--- a/certificate/templates/feedback.html
+++ b/certificate/templates/feedback.html
@@ -8,7 +8,7 @@
<div style="padding-left:100px;width:940px;text-align:center;margin:0 auto;">
<div align=center style="padding-left:200px"> <h1> Feedback </h1>
- <p>Please fill the feedback form. This will greatly enable us to do better.</p>
+ <p>Your feedback will help us improve our services. Thank you for your time.</p>
</div>
{{ detail }}
@@ -22,7 +22,7 @@
<textarea cols="80" class="form-control" id="{{ question.id }}" name="{{ question.id }}"></textarea><br>
{% endfor %}
<span><button class="btn btn-primary" type="submit">Submit</button></span>
- <span style="float:right"><a href="{% url 'certificate:download' %}" >I have already submitted</a></span>
+ <span style="float:right"><a href="{% url 'certificate:download' %}" >Skip feedback and download</a></span>
</div>
</div>
</form>