diff options
Diffstat (limited to 'testapp/exam/templates')
-rw-r--r-- | testapp/exam/templates/exam/add_question.html | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/testapp/exam/templates/exam/add_question.html b/testapp/exam/templates/exam/add_question.html index d989b81..e5e2574 100644 --- a/testapp/exam/templates/exam/add_question.html +++ b/testapp/exam/templates/exam/add_question.html @@ -40,20 +40,6 @@ {% endfor %} {% endif %} </form> -<!-- <form method="post" action=""> - <center><table class=span1> - {{ formset.management_form }} - {% for form in formset %} - {{ form.id }} - <tr><td>Question <td>{{ form.question }} - <tr><td>Function Name <td>{{ form.func_name }} - <tr><td>Keyword argument <td>{{ form.kw_args }} - <tr><td>Positional Argument <td>{{ form.pos_args }} - <tr><td>Expected Answer <td>{{ form.expected_answer }} - <tr><td>Code Path <td>{{ form.ref_code_path }} - {% endfor %} - </form> --> - <!-- end --> </table></center> <center><button class="btn" type="submit" name="add_test">Add Test Case</button> <!-- --> <button class="btn" type="submit" name="delete_test">Remove Test Case</button> <!-- --> |