5 Commits

Author SHA1 Message Date
cf527ce070 Add the application’s version to the footer
This is mostly because it is required for the “Digital Kit”, but it also
works in our favor because now i can version the URL to the static
resources.

Go 1.18 adds the info from git if the package is build from a git
repository, but this is not the case in OBS, so i instead relay on a
constant for the version number.  This constant is “updated” by Debian’s
rules, mostly due to the discussion in [0].

[0]: https://github.com/golang/go/issues/22706
2024-01-21 20:50:16 +01:00
2b702d6632 Add golang template to initialize x-data for translation in admin
Had to add the DefaultLang to legal and location forms in order to use
the same template for all.
2024-01-12 19:51:12 +01:00
f28664acce Replace use of L10NInput with I18nInput for campsite 2024-01-10 21:52:49 +01:00
c9a6df658f Add position to campsite type features 2023-12-21 17:33:01 +01:00
2e10966ad7 Add the list of features for campsite type 2023-10-13 20:30:31 +02:00