summaryrefslogtreecommitdiff
path: root/yaksh/templates
diff options
context:
space:
mode:
authorankitjavalkar2016-05-02 11:14:26 +0530
committerankitjavalkar2016-05-05 19:21:34 +0530
commitb40b668bcecd01b3c7f9f16b87775770ba06a33a (patch)
treeac600f7abf789745913b791e1f73d6bc9790560e /yaksh/templates
parent34fb6b71ce5fcbd9a5537b305504cadaeb86d9a3 (diff)
downloadonline_test-b40b668bcecd01b3c7f9f16b87775770ba06a33a.tar.gz
online_test-b40b668bcecd01b3c7f9f16b87775770ba06a33a.tar.bz2
online_test-b40b668bcecd01b3c7f9f16b87775770ba06a33a.zip
- Fix redirections after saving Question
- Rename Cancel button to 'Back to QUestions' in Add Questions page
Diffstat (limited to 'yaksh/templates')
-rw-r--r--yaksh/templates/yaksh/add_question.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/templates/yaksh/add_question.html b/yaksh/templates/yaksh/add_question.html
index bba8db2..bc700d1 100644
--- a/yaksh/templates/yaksh/add_question.html
+++ b/yaksh/templates/yaksh/add_question.html
@@ -45,7 +45,7 @@
</table></center>
<center>
<button class="btn" type="submit" name="save_question">Save</button>
- <button class="btn" type="button" name="button" onClick='location.replace("{{URL_ROOT}}/exam/manage/questions/");'>Cancel</button>
+ <button class="btn" type="button" name="button" onClick='location.replace("{{URL_ROOT}}/exam/manage/questions/");'>Back to Questions</button>
</center>
</form>
{% endblock %}