modified: app.py

modified:   templates/logs.html
	modified:   templates/settings.html
	modified:   templates/users.html
This commit is contained in:
SimolZimol
2024-09-06 15:52:18 +02:00
parent 1d8fbdd1aa
commit 103515567a
4 changed files with 5 additions and 15 deletions

View File

@@ -51,7 +51,7 @@
{% endfor %}
</tbody>
</table>
<a href="{{ url_for('index') }}" class="btn btn-secondary btn-block mt-3">Back to Dashboard</a>
<a href="{{ url_for('admin_dashboard') }}" class="btn btn-secondary btn-block mt-3">Back to Dashboard</a>
</div>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.2/dist/js/bootstrap.bundle.min.js"></script>