mirror of
https://github.com/ae-utbm/sith.git
synced 2025-10-09 08:14:39 +00:00
Change notification zone position
This commit is contained in:
@@ -70,15 +70,15 @@
|
|||||||
|
|
||||||
<div id="page">
|
<div id="page">
|
||||||
|
|
||||||
{% block notifications %}
|
|
||||||
{% include "core/base/notifications.jinja" %}
|
|
||||||
{% endblock %}
|
|
||||||
|
|
||||||
<div id="content">
|
<div id="content">
|
||||||
{%- block tabs -%}
|
{%- block tabs -%}
|
||||||
{% include "core/base/tabs.jinja" %}
|
{% include "core/base/tabs.jinja" %}
|
||||||
{%- endblock -%}
|
{%- endblock -%}
|
||||||
|
|
||||||
|
{% block notifications %}
|
||||||
|
{% include "core/base/notifications.jinja" %}
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
{%- block errors -%}
|
{%- block errors -%}
|
||||||
{% if error %}
|
{% if error %}
|
||||||
{{ error }}
|
{{ error }}
|
||||||
|
Reference in New Issue
Block a user