diff options
author | CruiseDevice | 2019-02-18 12:46:13 +0530 |
---|---|---|
committer | CruiseDevice | 2019-02-18 12:46:13 +0530 |
commit | a4f7af5aada784384b3a65696596b54e5fd3f612 (patch) | |
tree | 5cfa0f76bb3609b400d5181461f9176fed7a40ea /yaksh/templates | |
parent | f9ab993d99567a9d8db8ec29db179cddfa1cca07 (diff) | |
download | online_test-a4f7af5aada784384b3a65696596b54e5fd3f612.tar.gz online_test-a4f7af5aada784384b3a65696596b54e5fd3f612.tar.bz2 online_test-a4f7af5aada784384b3a65696596b54e5fd3f612.zip |
Change alert message
Diffstat (limited to 'yaksh/templates')
-rw-r--r-- | yaksh/templates/yaksh/question.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/templates/yaksh/question.html b/yaksh/templates/yaksh/question.html index c0eb3b1..59dfaef 100644 --- a/yaksh/templates/yaksh/question.html +++ b/yaksh/templates/yaksh/question.html @@ -344,7 +344,7 @@ question_type = "{{ question.type }}" <h4 class="modal-title" id="myModalLabel">Are you Sure?</h4> </div> <div id = "modal_body"class="modal-body"> - <font color="brown"><b>Your code will be reset to last submitted answer.</b></font> + <font color="brown"><b>Your code will be reset.</b></font> </div> <div class="modal-footer"> <button type="button" class="btn btn-warning" onclick="reset_editor()">OK</button> |