summaryrefslogtreecommitdiff
path: root/yaksh/templates
diff options
context:
space:
mode:
authormaheshgudi2017-03-09 01:18:51 +0530
committermaheshgudi2017-03-09 01:18:51 +0530
commit1c5e1dfef3fb4af8bc070fe190cec552ef3732b0 (patch)
tree8b74b06882ab0d349be96a5a4938d25a63164847 /yaksh/templates
parent433cc099527acfc7e5146c06f848c283a806f8b5 (diff)
downloadonline_test-1c5e1dfef3fb4af8bc070fe190cec552ef3732b0.tar.gz
online_test-1c5e1dfef3fb4af8bc070fe190cec552ef3732b0.tar.bz2
online_test-1c5e1dfef3fb4af8bc070fe190cec552ef3732b0.zip
pep8 changes in models and user_data
Diffstat (limited to 'yaksh/templates')
-rw-r--r--yaksh/templates/yaksh/user_data.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/templates/yaksh/user_data.html b/yaksh/templates/yaksh/user_data.html
index 832e343..0bfd00e 100644
--- a/yaksh/templates/yaksh/user_data.html
+++ b/yaksh/templates/yaksh/user_data.html
@@ -76,7 +76,7 @@ User IP address: {{ paper.user_ip }}
{% endif %}
{% endfor %}
- {{% elif question.type == "integer" or "string" or "float" %}
+ {% elif question.type == "integer" or "string" or "float" %}
<h5> <u>Correct Answer:</u></h5>
{% for testcase in question.get_test_cases %}
<strong>{{ testcase.correct|safe }}</strong>