Split the uncomfortably big admin view into smaller admin views
This commit is contained in:
@@ -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() }}
|
||||
|
||||
Reference in New Issue
Block a user