modified: templates/logs.html

This commit is contained in:
SimolZimol
2026-06-15 21:23:40 +02:00
parent 7a81efefcd
commit ba9e40d105

View File

@@ -221,7 +221,7 @@
<pre id="log-content" class="log-content"></pre>
<div style="padding: 1.5rem; text-align: center; border-top: 1px solid rgba(102, 126, 234, 0.1);">
<a href="{{ url_for('admin_dashboard') }}" class="logs-btn back-btn">
<a href="{{ url_for('global_admin_dashboard') }}" class="logs-btn back-btn">
<i class="fas fa-arrow-left"></i> Back to Dashboard
</a>
</div>