check self.info is present

This commit is contained in:
bkfox
2022-07-13 14:03:26 +02:00
parent a7746dfdea
commit aa61918d69
2 changed files with 2 additions and 2 deletions

View File

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