diff options
author | ankitjavalkar | 2016-05-02 11:14:26 +0530 |
---|---|---|
committer | ankitjavalkar | 2016-05-05 19:21:34 +0530 |
commit | b40b668bcecd01b3c7f9f16b87775770ba06a33a (patch) | |
tree | ac600f7abf789745913b791e1f73d6bc9790560e /yaksh/templates | |
parent | 34fb6b71ce5fcbd9a5537b305504cadaeb86d9a3 (diff) | |
download | online_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.html | 2 |
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 %} |