improved comment formatting

This commit is contained in:
vabene1111 2022-02-07 17:43:57 +01:00
parent 969df37e28
commit c92c3e7d85

View File

@ -26,7 +26,7 @@
<small class="card-title">{{ c.updated_at }} {% trans 'by' %} {{ c.created_by.username }}</small> <a <small class="card-title">{{ c.updated_at }} {% trans 'by' %} {{ c.created_by.username }}</small> <a
href="{% url 'edit_comment' c.pk %}" class="d-print-none"><i href="{% url 'edit_comment' c.pk %}" class="d-print-none"><i
class="fas fa-pencil-alt"></i></a><br/> class="fas fa-pencil-alt"></i></a><br/>
{{ c.text }} {{ c.text | urlize |linebreaks }}
</div> </div>
</div> </div>
<br/> <br/>