diff options
author | Prabhu Ramachandran | 2013-07-01 13:33:40 -0700 |
---|---|---|
committer | Prabhu Ramachandran | 2013-07-01 13:33:40 -0700 |
commit | fe868c043487af8ea390165325309ad29daacc8e (patch) | |
tree | e4a0f69d84ccdc23ed99fa81b15e20d442fad531 /testapp/templates/exam/add_question.html | |
parent | 2e2123067d2477602d5e05fab02b7d36396f2d1f (diff) | |
parent | b045c38d01685a9bb2183cd7a1a3b59cc410a0b4 (diff) | |
download | online_test-fe868c043487af8ea390165325309ad29daacc8e.tar.gz online_test-fe868c043487af8ea390165325309ad29daacc8e.tar.bz2 online_test-fe868c043487af8ea390165325309ad29daacc8e.zip |
Merge pull request #11 from hardythe1/fresh_snippet_feature
Fresh snippet feature
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}} |