camper/web/templates/admin
jordi fita mas 471ed9e870 Add the carousel for campsite types
I can not reuse the carousel package because these carousels need the
campsite site’s slug as a first parameters: i can not have a relation
per campsite type, as i do in home and services pages, because the
campsite types are added by administration types; even if i had a
single relation for slides of home and services pages, these would go
in a different relation due to the foreign key to campsite type.

What i could reuse, however, is the Slide and SlideEntry types from
that package, although i had to export carousel.Translation to be usable
from the types package.  I should change that to use locale.Translation,
but this was the easier option, or i would need to change the queries
and templates for carousel package too.

Besides that, they work exactly like the slides in home and services
pages.
2023-10-12 17:43:23 +02:00
..
campsite Add the carousel for campsite types 2023-10-12 17:43:23 +02:00
carousel Fix type comment for carousel/l10n.gohtml template 2023-10-12 16:22:43 +02:00
home Add campsite type options, mainly for plots 2023-10-06 13:26:01 +02:00
media Move admin-only links inside the user’s menu 2023-09-25 13:13:19 +02:00
season Add campsite type options, mainly for plots 2023-10-06 13:26:01 +02:00
services Add campsite type options, mainly for plots 2023-10-06 13:26:01 +02:00
dashboard.gohtml Split templates and handlers into admin and public 2023-08-05 03:42:37 +02:00
form.gohtml Change media picker from <div> to <dialog> and make it modal 2023-09-22 02:11:03 +02:00
htmx.gohtml Move admin-only links inside the user’s menu 2023-09-25 13:13:19 +02:00
layout.gohtml Add the minimal CSS for the admin section from Numerus 2023-09-28 02:23:25 +02:00
login.gohtml Add the minimal CSS for the admin section from Numerus 2023-09-28 02:23:25 +02:00
profile.gohtml Split templates and handlers into admin and public 2023-08-05 03:42:37 +02:00
taxDetails.gohtml Move admin-only links inside the user’s menu 2023-09-25 13:13:19 +02:00