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>
|
||||
</nav>
|
||||
|
||||
<main role="main">
|
||||
{% if get_config('version_latest') %}
|
||||
<div class="container-fluid bg-warning text-center py-3">
|
||||
<div class="row">
|
||||
@@ -120,9 +121,6 @@
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
|
||||
<main role="main">
|
||||
{% block content %}
|
||||
{% endblock %}
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user