Renders comment markdown and adds a gap between vote and username in review comment
This commit is contained in:
parent
504cf77574
commit
116f8b55e3
1 changed files with 2 additions and 2 deletions
|
@ -130,9 +130,9 @@
|
|||
</div>
|
||||
{% endif %}
|
||||
<div class="review-content">
|
||||
<b>{% user_display review.user %}</b>
|
||||
<b>{% user_display review.user %}</b>
|
||||
{{ review.submitted_at|timesince }} ago <br />
|
||||
{{ review.comment|safe }}
|
||||
{{ review.comment_html|safe }}
|
||||
</div>
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in a new issue