Split the uncomfortably big admin view into smaller admin views

This commit is contained in:
2025-01-24 10:09:12 +01:00
parent e2bcd61ace
commit 798226932f
19 changed files with 472 additions and 353 deletions
+1 -1
View File
@@ -27,6 +27,6 @@
</p>
<h5 class="border-bottom">Refresh</h5>
<p>
<a href="{{ url_for('admin.refresh_instructions') }}" class="btn btn-primary" role="button"><i class="ri-refresh-line"></i> Refresh the instructions cache</a>
<a href="{{ url_for('admin_instructions.refresh') }}" class="btn btn-primary" role="button"><i class="ri-refresh-line"></i> Refresh the instructions cache</a>
</p>
{{ accordion.footer() }}