diff options
author | jayparikh111 | 2012-02-16 15:37:20 +0530 |
---|---|---|
committer | jayparikh111 | 2012-02-16 15:37:20 +0530 |
commit | 467adb5d403e7dd29a83f44d06c80cdca8b4e7a1 (patch) | |
tree | de464b59f977a212f233be4d39c9ff5e175631a9 /testapp/templates | |
parent | c20539ed5f879c945cc89323e00daad96047d247 (diff) | |
download | online_test-467adb5d403e7dd29a83f44d06c80cdca8b4e7a1.tar.gz online_test-467adb5d403e7dd29a83f44d06c80cdca8b4e7a1.tar.bz2 online_test-467adb5d403e7dd29a83f44d06c80cdca8b4e7a1.zip |
Form to add New Quiz
Diffstat (limited to 'testapp/templates')
-rw-r--r-- | testapp/templates/exam/add_question.html | 1 | ||||
-rw-r--r-- | testapp/templates/exam/add_quiz.html | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/testapp/templates/exam/add_question.html b/testapp/templates/exam/add_question.html index a0ba14d..ae86ed1 100644 --- a/testapp/templates/exam/add_question.html +++ b/testapp/templates/exam/add_question.html @@ -21,6 +21,7 @@ table th, table td { {{ form.as_table }} </table> <center><button class="btn" type="submit" name="savequestion">Save</button> +<button class="btn" type="reset" name="reset">Clear</button> </center> </form> {% endblock %} diff --git a/testapp/templates/exam/add_quiz.html b/testapp/templates/exam/add_quiz.html index a412ecc..80a52ed 100644 --- a/testapp/templates/exam/add_quiz.html +++ b/testapp/templates/exam/add_quiz.html @@ -22,6 +22,7 @@ table th, table td { {{ form.as_table }} </table> </center> -<center><button class="btn" type="submit" name="save">Save</button></center> +<center><button class="btn" type="submit" name="save">Save</button> +<button class="btn" type="reset" name="reset">Clear</button> </center> </form> {% endblock %} |