refactor: remove deprecated template

This commit is contained in:
2025-06-19 08:04:14 +02:00
parent 7010b4f3d2
commit 078e5e28cc

View File

@@ -1,13 +0,0 @@
{% load i18n %}
{% load crispy_forms_tags %}
<div class="container-comment-form">
<p>
<b>
{% blocktrans %}
Als <i>{{ user }}</i> kommentieren
{% endblocktrans %}
</b>
{% crispy comment_form %}
</p>
</div>