add filters

This commit is contained in:
bkfox
2022-05-05 12:53:30 +02:00
parent e94aeb2440
commit 36f5ee8b44
6 changed files with 76 additions and 4 deletions

View File

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