Solved loading bug

This commit is contained in:
2025-07-07 13:19:49 +02:00
parent cc0fc9b77f
commit 430ea4a120
5 changed files with 68 additions and 72 deletions

View File

@@ -56,7 +56,7 @@
{% if menu_type == "header" %}
<a class="navbar-brand d-flex align-items-center d-none" id="navbar_logo" href="/">
<img
src="{{ platform.logo.cache }}"
src="{{ url_for('static', filename=platform.logo.cache) }}"
alt="{{ platform.titel }}"
class="d-inline-block align-text-top"
style="height:2rem">