fnp
/
edumed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
960d443
)
minor fix - hide irrelevant data
author
Jan Szejko
<janek37@gmail.com>
Fri, 23 Feb 2018 17:01:44 +0000
(18:01 +0100)
committer
Jan Szejko
<janek37@gmail.com>
Fri, 23 Feb 2018 17:01:44 +0000
(18:01 +0100)
stage2/templates/stage2/answer_list.html
patch
|
blob
|
history
diff --git
a/stage2/templates/stage2/answer_list.html
b/stage2/templates/stage2/answer_list.html
index
d8f3dce
..
0f0f79e
100644
(file)
--- a/
stage2/templates/stage2/answer_list.html
+++ b/
stage2/templates/stage2/answer_list.html
@@
-14,7
+14,7
@@
{% endif %}
{% endif %}
<p>{% if not marked and not assignment.is_active %}PozostaĆo {% endif %}{{ answers|length }} odpowiedzi</p>
- {% if field_counts %}
+ {% if field_counts
and assignment.is_active
%}
<ul>
{% for field_name, count in field_counts %}
<li>{{ field_name }}: {{ count }} odpowiedzi</li>