Renders comment markdown and adds a gap between vote and username in review comment

This commit is contained in:
Scott Bragg 2016-08-09 11:22:04 +10:00
parent 504cf77574
commit 116f8b55e3

View file

@ -130,9 +130,9 @@
</div>
{% endif %}
<div class="review-content">
<b>{% user_display review.user %}</b>
&nbsp; <b>{% user_display review.user %}</b>
{{ review.submitted_at|timesince }} ago <br />
{{ review.comment|safe }}
{{ review.comment_html|safe }}
</div>
</div>
{% endfor %}