diff options
author | prathamesh | 2014-07-15 11:39:34 +0530 |
---|---|---|
committer | prathamesh | 2014-07-15 11:39:34 +0530 |
commit | 3350bd51bac7e010fcd9532bfe82eb7d66d8529f (patch) | |
tree | ff0fc33b4878d67e69909447b01593fb0dd0b1c2 /testapp | |
parent | aebfc02d2d6ff9742eec0416a137ca8264ee57d3 (diff) | |
download | online_test-3350bd51bac7e010fcd9532bfe82eb7d66d8529f.tar.gz online_test-3350bd51bac7e010fcd9532bfe82eb7d66d8529f.tar.bz2 online_test-3350bd51bac7e010fcd9532bfe82eb7d66d8529f.zip |
minor change to template, to avoid id conflict between two modal popups
Diffstat (limited to 'testapp')
-rw-r--r-- | testapp/exam/templates/exam/design_questionpaper.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testapp/exam/templates/exam/design_questionpaper.html b/testapp/exam/templates/exam/design_questionpaper.html index 8994148..33c8b8f 100644 --- a/testapp/exam/templates/exam/design_questionpaper.html +++ b/testapp/exam/templates/exam/design_questionpaper.html @@ -165,7 +165,7 @@ select <div class="modal-header"> <h4 class="modal-title" id="myModalLabel">Cannot Save</h4> </div> - <div id = "modal_body"class="modal-body"> + <div class="modal-body"> Please select questions for your paper </div> <div class="modal-footer"> |