refactor: remove deprecated template
This commit is contained in:
		@@ -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>
 | 
			
		||||
		Reference in New Issue
	
	Block a user