mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Display messages in right place, closes #1071
This commit is contained in:
parent
393f1b49d7
commit
a2a7090720
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,6 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}</nav></header>
|
{% endblock %}</nav></header>
|
||||||
|
|
||||||
<section class="content">
|
|
||||||
{% block messages %}
|
{% block messages %}
|
||||||
{% if show_messages %}
|
{% if show_messages %}
|
||||||
{% for message, message_type in show_messages() %}
|
{% for message, message_type in show_messages() %}
|
||||||
|
|
@ -53,6 +52,7 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
<section class="content">
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</section>
|
</section>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue