translation

This commit is contained in:
bkfox 2022-05-21 16:50:57 +02:00
parent 669d26600a
commit 094e0ef1d2

View File

@ -1,4 +1,4 @@
{% load i18n %}
<h3>{% blocktranslate with filter_title=title %} By {{ filter_title }} {% endblocktranslate %}</h3>
<h3>{{ title }}</h3>
{% block content %}{% endblock %}