fnp
/
edumed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7fbbcf
)
fix - show answers in participant view for inactive assignments
author
Jan Szejko
<janek37@gmail.com>
Tue, 13 Feb 2018 09:13:23 +0000
(10:13 +0100)
committer
Jan Szejko
<janek37@gmail.com>
Tue, 13 Feb 2018 09:13:23 +0000
(10:13 +0100)
stage2/templates/stage2/participant.html
patch
|
blob
|
history
diff --git
a/stage2/templates/stage2/participant.html
b/stage2/templates/stage2/participant.html
index
2ed6d62
..
e6761d2
100644
(file)
--- a/
stage2/templates/stage2/participant.html
+++ b/
stage2/templates/stage2/participant.html
@@
-19,7
+19,7
@@
<p><strong>{{ form.value.label }}:</strong></p>
{{ form.value.errors }}
<p>
- {% if assignment.is_active %}{{ form.value }}{% else %}{{ form.value.
initial
}}{% endif %}
+ {% if assignment.is_active %}{{ form.value }}{% else %}{{ form.value.
value
}}{% endif %}
</p>
{% endfor %}
{% for form, attachment in assignment.attachment_forms %}