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 %}
|
||||
{% endblock %}</nav></header>
|
||||
|
||||
<section class="content">
|
||||
{% block messages %}
|
||||
{% if show_messages %}
|
||||
{% for message, message_type in show_messages() %}
|
||||
|
|
@ -53,6 +52,7 @@
|
|||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
<section class="content">
|
||||
{% block content %}
|
||||
{% endblock %}
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue