refactor: remove deprecated template

This commit is contained in:
2025-06-19 08:01:43 +02:00
parent d784f14c4c
commit 7a12a1a4d6

View File

@@ -1,14 +0,0 @@
{% load i18n %}
{% load custom_tags %}
<div class="comment">
<div class="comment-header">
<b>{{ comment.user }}</b>
<i class="card-timestamp">{{ comment.created_at }}</i>
<a class="adoption-card-report-link" href="{{ comment.get_report_url }}"><i class="fa-solid fa-flag"></i></a>
</div>
<p>
{{ comment.text | render_markdown }}
</p>
</div>