template: simplify seat number display
Compare changes
@@ -148,16 +148,14 @@ fun FlowContent.renderLocation(location: ClientLocation, configs: Map<String, St
Gitlab 18.0 has been released. Since there are breaking changes the update will be postponed to July 2025. For a list of breaking changes see https://about.gitlab.com/blog/2025/04/18/a-guide-to-the-breaking-changes-in-gitlab-18-0/. Please prepare yourself and your projects for this update.
It would 0-pad based on the amount of seats in the location and prefix the seat display with a '#'.
Remove all that to avoid users trying to enter "#1", or "#042" in the web frontend. Instead just display "Sitzplatz 42".