mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
N°1736.2 Fix sBrickSubtitle not being defined by default in most bricks
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user