fix: translate

This commit is contained in:
moanos [he/him] 2025-01-05 09:17:43 +01:00
parent 160e7166f8
commit ad6e2f4e17

View File

@ -1,7 +1,7 @@
{% load i18n %}
<div class="container-comments">
<h2>{% translate 'Comments' %}</h2>
<h2>{% translate 'Kommentare' %}</h2>
{% if adoption_notice.comments %}
{% for comment in adoption_notice.comments %}
{% include "fellchensammlung/partials/partial-comment.html" %}