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/edit_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/edit_question.html')
-rw-r--r-- | testapp/templates/exam/edit_question.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testapp/templates/exam/edit_question.html b/testapp/templates/exam/edit_question.html index 96502f1..73e61d7 100644 --- a/testapp/templates/exam/edit_question.html +++ b/testapp/templates/exam/edit_question.html @@ -31,7 +31,7 @@ <center><table class=span1> <tr><td><b>Summary:</b> <td>{{ form.summary }}{{ form.summary.errors }} - <tr><td><b>Points:<td><button class="btn-mini" name={{forloop.counter}} type="button" onClick="increase(frm,{{forloop.counter}});">+</button>{{ form.points }}<button class="btn-mini" type="button" onClick="decrease(frm,{{forloop.counter}});"">-</button>{{ form.points.errors }} Active: {{ form.active }}{{form.active.errors}} Type: {{ form.type }}{{form.type.errors}} + <tr><td><b>Points:<td><button class="btn-mini" name={{forloop.counter}} type="button" onClick="increase(frm,{{forloop.counter}});">+</button>{{ form.points }}<button class="btn-mini" type="button" onClick="decrease(frm,{{forloop.counter}});">-</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{{forloop.counter}}'></p> <tr><td><b>Description: <td>{{ form.description }} {{form.description.errors}} |