Commit 781bc91b by Alan Boudreault

Delete unused tip_question_group template

parent 5b0b700c
<div class="tip-question-group">
<strong>
To the question <span class="italic">"{{ self.question }}"</span>,
{% if submission %}
you answered <span class="italic">"{{ submission_display }}"</span>.
{% else %}
you have not provided an answer.
{% endif %}
</strong>
{% for tip_fragment in tips_fragments %}
{{ tip_fragment.body_html|safe }}
{% endfor %}
</div>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment