Merge pull request #1495 from saurabh6790/installer_fixes
[fixes] message_title fixes
This commit is contained in:
commit
8a04ef7bc4
1 changed files with 5 additions and 1 deletions
|
|
@ -2,7 +2,11 @@
|
|||
|
||||
{% block title %}{{ title }}{% endblock %}
|
||||
|
||||
{% block header %}{{ header }}{% endblock %}
|
||||
{% block header %}
|
||||
{% if header is defined -%}
|
||||
<h1>{{ header }}</h1>
|
||||
{%- endif %}
|
||||
{% endblock %}
|
||||
|
||||
{% block page_content %}
|
||||
<!-- no-sidebar -->
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue