put flashed messages under header

This commit is contained in:
neingeist 2018-11-12 14:54:21 +01:00
parent 76981eb246
commit b5e1fb8772
2 changed files with 9 additions and 6 deletions

View file

@ -10,11 +10,11 @@
<link href="//cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.47/css/bootstrap-datetimepicker.min.css" rel="stylesheet">
{% endblock %}
{% block app_content %}
<div class="page-header">
<h1>Download</h1>
</div>
{% block page_header %}
<h1>Download</h1>
{% endblock %}
{% block app_content %}
<div class="row">
<div class='col-sm-6'>
{{ wtf.quick_form(form, button_map={'submit': 'primary'}) }}