This commit is contained in:
Ross
2021-08-27 10:39:28 +01:00
parent caa88b8243
commit 498e01c8c1
+2 -2
View File
@@ -40,8 +40,8 @@ CID: {{cid}}
{% endif %} {% endif %}
{% endif %} {% endif %}
{% if exam.publish_results %} {% if exam.publish_results and question.feedback %}
<h3>Feeback</h3> <h3>Feedback</h3>
<p>{{question.feedback|safe}}</p> <p>{{question.feedback|safe}}</p>
{% endif %} {% endif %}
<br /> <br />