diff options
Diffstat (limited to 'certificate/templates/feedback.html')
-rw-r--r-- | certificate/templates/feedback.html | 4 |
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> |