mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-18 22:44:24 +01:00
Move update banner to prpoer location (#1616)
* Move update banner to proper location in Admin Panel
This commit is contained in:
@@ -109,6 +109,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
|
<main role="main">
|
||||||
{% if get_config('version_latest') %}
|
{% if get_config('version_latest') %}
|
||||||
<div class="container-fluid bg-warning text-center py-3">
|
<div class="container-fluid bg-warning text-center py-3">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
@@ -120,9 +121,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
||||||
<main role="main">
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</main>
|
</main>
|
||||||
|
|||||||
Reference in New Issue
Block a user