Skip to content

Commit

Permalink
fix answer label formatting (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
martyncolmer authored Feb 2, 2023
1 parent 446da72 commit a8438af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/answer-general.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{% if answer.label %}
<div>
<span class="ons-u-fs-r--b">Answer label: </span>
{{ answer.label }}
{{ answer.label | parseQuestionText | safe }}
</div>
{% endif %}
{% if answer.qCode or answer.q_code %}
Expand Down

0 comments on commit a8438af

Please sign in to comment.