diff options
author | Hardik Ghaghada | 2013-06-11 17:40:29 +0530 |
---|---|---|
committer | Hardik Ghaghada | 2013-06-11 17:40:29 +0530 |
commit | 6ab170ff9a530c2d59d4ce4a826c0fcaf9ec246f (patch) | |
tree | 6a57ebbd246f0375d36bcb5acc57b5fbaa3c0102 /testapp/templates/exam/add_question.html | |
parent | e9f06f07d3b5dc9d9c9760af38ce00afc5c1db96 (diff) | |
download | online_test-6ab170ff9a530c2d59d4ce4a826c0fcaf9ec246f.tar.gz online_test-6ab170ff9a530c2d59d4ce4a826c0fcaf9ec246f.tar.bz2 online_test-6ab170ff9a530c2d59d4ce4a826c0fcaf9ec246f.zip |
Implemented tabs for indentation for snippets
Diffstat (limited to 'testapp/templates/exam/add_question.html')
-rw-r--r-- | testapp/templates/exam/add_question.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testapp/templates/exam/add_question.html b/testapp/templates/exam/add_question.html index e3ba17a..b49d7de 100644 --- a/testapp/templates/exam/add_question.html +++ b/testapp/templates/exam/add_question.html @@ -22,7 +22,7 @@ {% csrf_token %} <center><table class=span1> <tr><td>Summary: <td>{{ form.summary }}{{ form.summary.errors }} - <tr><td>Points:<td><button class="btn-mini" type="button" onClick="increase(frm);">+</button>{{ form.points }}<button class="btn-mini" type="button" onClick="decrease(frm);"">-</button>{{ form.points.errors }} Active: {{ form.active }}{{form.active.errors}} Type: {{ form.type }}{{form.type.errors}} + <tr><td>Points:<td><button class="btn-mini" type="button" onClick="increase(frm);">+</button>{{ form.points }}<button class="btn-mini" type="button" onClick="decrease(frm);">-</button>{{ form.points.errors }} Active: {{ form.active }}{{form.active.errors}} Type: {{ form.type }}{{form.type.errors}} <tr><td><strong>Rendered: </strong><td><p id='my'></p> <tr><td>Description: <td>{{ form.description}} {{form.description.errors}} <tr><td>Test: <td>{{ form.test }}{{form.test.errors}} |