feat: Update booking options with new package details and improved layout

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-28 15:32:37 +02:00
parent 4a2659e6dd
commit c8fb20f48b
2 changed files with 89 additions and 23 deletions
+1 -2
View File
@@ -1826,8 +1826,7 @@ def appointments():
def book_option_package():
package_raw = _sanitize_text(request.form.get("package") or "", 40).lower()
package_map = {
"normal": "Normal",
"pro": "Pro",
"inventarsystem": "Inventarsystem",
"buecherei": "Bücherei",
}
selected_package = package_map.get(package_raw)