File diff 6c652f10c620 → dddf6058a9ba
conservancy/usethesource/templates/usethesource/comment_partial.html
Show inline comments
...
 
@@ -3,5 +3,5 @@
 
    <a href="#" class="f7 white bg-light-silver ph2" hx-get="{% url 'usethesource:edit_comment' comment_id=comment.id %}">edit</a>
 
    <a href="#" class="f7 white bg-light-red ph2" hx-delete="{% url 'usethesource:delete_comment' comment_id=comment.id show_add='false' %}" hx-confirm="Are you sure you want to delete this comment?">delete</a>
 
  {% endif %}
 
  <br>{{ comment.message|linebreaks }}
 
  <br>{{ comment.message|urlize|linebreaksbr }}
 
</div>