diff --git a/ht_booking/assets/i18n/en/main.ftl b/ht_booking/assets/i18n/en/main.ftl index 10da76d..3857787 100644 --- a/ht_booking/assets/i18n/en/main.ftl +++ b/ht_booking/assets/i18n/en/main.ftl @@ -45,3 +45,6 @@ court-remove = Remove court-delete-prompt = To remove this court and all its bookings, type its name below to confirm: court-delete-mismatch = The name you typed does not match the court name. court-delete-error = Court name did not match — nothing was removed. +theme-system = System +theme-light = Light +theme-dark = Dark diff --git a/ht_booking/assets/i18n/sk/main.ftl b/ht_booking/assets/i18n/sk/main.ftl index 8b4989d..e53c99a 100644 --- a/ht_booking/assets/i18n/sk/main.ftl +++ b/ht_booking/assets/i18n/sk/main.ftl @@ -45,3 +45,6 @@ court-remove = Odstrániť court-delete-prompt = Ak chcete odstrániť tento kurt a všetky jeho rezervácie, na potvrdenie napíšte nižšie jeho názov: court-delete-mismatch = Zadaný názov sa nezhoduje s názvom kurtu. court-delete-error = Názov kurtu sa nezhodoval — nič sa neodstránilo. +theme-system = Systém +theme-light = Svetlý +theme-dark = Tmavý diff --git a/ht_booking/assets/views/admin/booking_form.html b/ht_booking/assets/views/admin/booking_form.html index 52f0bac..77307a9 100644 --- a/ht_booking/assets/views/admin/booking_form.html +++ b/ht_booking/assets/views/admin/booking_form.html @@ -13,11 +13,11 @@ « {{ t(key="back-to-calendar", lang=lang) }} -