diff options
author | Prabhu Ramachandran | 2015-03-01 10:31:18 +0530 |
---|---|---|
committer | Prabhu Ramachandran | 2015-03-01 10:31:18 +0530 |
commit | 997a7907a13b394e5ca69fadf17f5bb4d5445536 (patch) | |
tree | 4950c79bca8c99f8f83e20d314d3845aeff87423 /testapp/exam/templates | |
parent | 265ad4d17f481e30a84350e8eb96e72c8cedef6b (diff) | |
parent | 2c6aa7e1ec058453ce8c559fce26b3ee05d99cae (diff) | |
download | online_test-997a7907a13b394e5ca69fadf17f5bb4d5445536.tar.gz online_test-997a7907a13b394e5ca69fadf17f5bb4d5445536.tar.bz2 online_test-997a7907a13b394e5ca69fadf17f5bb4d5445536.zip |
Merge pull request #36 from prathamesh920/app_package
App package
Diffstat (limited to 'testapp/exam/templates')
-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"> |