Automatische Willkommensseite hinzugefügt

This commit is contained in:
Erik Thiele
2026-05-03 18:20:21 +02:00
parent 0fa3c00319
commit 1cb260fa80
12 changed files with 543 additions and 17 deletions

View File

@@ -136,6 +136,7 @@
</a>
<div class="d-none d-sm-inline">
<a href="/customer" class="btn">Willkommensseite</a>
<a href="/logout" class="btn">Logout</a>
</div>
</div>
@@ -211,7 +212,7 @@
{% if file.type == "image" %}
<span class="badge bg-purple text-purple-fg">Bild</span>
{% elif file.type == "url" %}
{% elif file.type == "url" or file.type == "html" %}
<span class="badge bg-blue text-blue-fg">URL</span>
{% else %}
<span class="badge bg-orange text-orange-fg">Video</span>
@@ -367,7 +368,7 @@
{% if file.type == "image" %}
<span class="badge bg-purple text-purple-fg">Bild</span>
{% elif file.type == "url" %}
{% elif file.type == "url" or file.type == "html" %}
<span class="badge bg-blue text-blue-fg">URL</span>
{% else %}
<span class="badge bg-orange text-orange-fg">Video</span>