fix #33577: change date in pulldown and deploy to production
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m7s

This commit is contained in:
bettina 2024-07-24 09:03:18 +02:00
commit f2c7556e14
2 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ title = 'Anmeldung Anfängerschulung'
translationKey = 'anmeldung-anfaengerschulung' translationKey = 'anmeldung-anfaengerschulung'
bestellformular = true bestellformular = true
kommentar = 'age, verify_email und hobbies sind honeypots' kommentar = 'age, verify_email und hobbies sind honeypots'
schulungstermine = ['Montag, 02. September 2024 von 08:30 bis 12:30 Uhr', 'Montag, 04. November 2024 von 13:00 bis 17:00 Uhr'] schulungstermine = ['Montag, 09. September 2024 von 08:30 bis 12:30 Uhr', 'Montag, 04. November 2024 von 13:00 bis 17:00 Uhr']
+++ +++
{{% section %}} {{% aligncenter %}} {{% section %}} {{% aligncenter %}}

View file

@ -21,8 +21,8 @@ enableRobotsTXT = true
########################### Deployment ############################# ########################### Deployment #############################
[params] [params]
# set to "development" or "production". This deploys the site to the correct environment and sets the robot.txt to disallow all pages when in development mode. # set to "development" or "production". This deploys the site to the correct environment and sets the robot.txt to disallow all pages when in development mode.
#environment = "production" environment = "production"
environment = "development" #environment = "development"
# set to true to enable captcha on the form # set to true to enable captcha on the form
useCaptcha = true useCaptcha = true