introduce icons in events

This commit is contained in:
2025-07-24 14:11:27 +00:00
parent 49e9f9eade
commit 270bad5980
4 changed files with 132 additions and 19 deletions

View File

@@ -93,6 +93,8 @@ class MediaType(enum.Enum):
svg = "svg"
# HTML-Mitteilung
html = "html"
# Webseiten
website = "website"
class Event(Base):