N°1736.2 Fix sBrickSubtitle not being defined by default in most bricks

This commit is contained in:
Molkobain
2019-07-30 17:41:09 +02:00
parent fb6e47e42a
commit 927cd60ad2

View File

@@ -19,7 +19,7 @@
<h2>
{% block pMainHeaderTitle %}{% endblock %}
{% block pMainHeaderSubtitle %}
{% if sBrickSubtitle is not null %}
{% if sBrickSubtitle is defined and sBrickSubtitle is not null %}
<small class="subtitle">{{ sBrickSubtitle }}</small>
{% endif %}
{% endblock %}