diff options
author | ankitjavalkar | 2015-05-13 14:31:42 +0530 |
---|---|---|
committer | ankitjavalkar | 2015-05-14 15:05:54 +0530 |
commit | 13317f56278969cb6568026d099e15166bfc5d6c (patch) | |
tree | 92255ab0d5ee7fe6ed385a53972ccdc533b943b5 /testapp/exam/templates | |
parent | 781548f53d864a56d313c04553c60b68c60e87c0 (diff) | |
download | online_test-13317f56278969cb6568026d099e15166bfc5d6c.tar.gz online_test-13317f56278969cb6568026d099e15166bfc5d6c.tar.bz2 online_test-13317f56278969cb6568026d099e15166bfc5d6c.zip |
Fix test case fetching for old questions
Diffstat (limited to 'testapp/exam/templates')
-rw-r--r-- | testapp/exam/templates/exam/add_question.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testapp/exam/templates/exam/add_question.html b/testapp/exam/templates/exam/add_question.html index 43f09e1..c744549 100644 --- a/testapp/exam/templates/exam/add_question.html +++ b/testapp/exam/templates/exam/add_question.html @@ -30,7 +30,7 @@ <tr><td>Snippet: <td>{{ form.snippet }}{{ form.snippet.errors }}</td></tD></td></tr> <tr><td>Tags: <td>{{ form.tags }} <tr><td id='label_option'>Options: <td>{{ form.options }} {{form.options.errors}} - <tr><td id='label_solution'>Test: <td>{{ form.solution }} {{form.solution.errors}} + <tr><td id='label_solution'>Test: <td>{{ form.test }} {{form.test.errors}} <tr><td id='label_ref_code_path'>Reference Code Path: <td>{{ form.ref_code_path }} {{form.ref_code_path.errors}} <form method="post" action=""> |