Merge "Introduce announcements"
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c808099..7d3485b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -40,9 +40,9 @@
# Build Docker image stage - runs automatically for tags and is manually triggerable otherwise
build-docker:
stage: build
- image: docker:24.0.5
+ image: docker:latest
services:
- - docker:24.0.5-dind
+ - docker:dind
before_script:
- apk add --no-cache xz
script:
diff --git a/src/main/resources/assets/templates/export.ftl b/src/main/resources/assets/templates/export.ftl
index e009892..19cce82 100644
--- a/src/main/resources/assets/templates/export.ftl
+++ b/src/main/resources/assets/templates/export.ftl
@@ -123,7 +123,7 @@
<fieldset class="form-line">
<legend>${dict.hitc}</legend>
- <input name="hitc" id="hitc" type="number" min="1" max="10000" value="${defaultHitc}" />
+ <input name="hitc" id="hitc" type="number" min="1" max="${maxHitc?c}" value="${defaultHitc}" />
<p style="font-size: 80%; margin-top: .2em; margin-bottom: 0;">${dict.max_hitc} <tt>${maxHitc}</tt></p>
</fieldset>