Merge pull request #1495 from saurabh6790/installer_fixes

[fixes] message_title fixes
This commit is contained in:
Anand Doshi 2016-01-04 18:17:04 +05:30
commit 8a04ef7bc4

View file

@ -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 -->