Skip to content

Commit 2fe048f

Browse files
committed
fix(alerts): move alert to be on very top above navbar
1 parent 1bddc41 commit 2fe048f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/myapp/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
</head>
2222

2323
<body>
24-
{% include "_header.html" %}
2524
{% include "_alerts.html" %}
25+
{% include "_header.html" %}
2626
<main class="container">
2727
{% block content %}{% endblock %}
2828
</main>

0 commit comments

Comments
 (0)