From a14d2a6f33a30808802dd83d8e01b12b20084724 Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 9 Jan 2021 20:34:55 +0100 Subject: [PATCH] temp --- .../AbizeitungVotingSystem/controller/VotingController.java | 2 +- src/main/resources/templates/errors/votingClosed.html | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/github/cato447/AbizeitungVotingSystem/controller/VotingController.java b/src/main/java/com/github/cato447/AbizeitungVotingSystem/controller/VotingController.java index 6fe81fc..33cd7f5 100644 --- a/src/main/java/com/github/cato447/AbizeitungVotingSystem/controller/VotingController.java +++ b/src/main/java/com/github/cato447/AbizeitungVotingSystem/controller/VotingController.java @@ -76,7 +76,7 @@ public class VotingController { @RequestMapping("/") public String WelcomeSite() { - LocalDate finishDate = LocalDate.of(2021, Month.JANUARY,17); + LocalDate finishDate = LocalDate.of(2021, Month.JANUARY,8); LocalDate now = LocalDate.now(); if(now.isAfter(finishDate)){ diff --git a/src/main/resources/templates/errors/votingClosed.html b/src/main/resources/templates/errors/votingClosed.html index f04a09e..a54361f 100644 --- a/src/main/resources/templates/errors/votingClosed.html +++ b/src/main/resources/templates/errors/votingClosed.html @@ -9,8 +9,7 @@
-

Du scheinst zu spät zu sein!

-

Momentan findet kein Voting statt

+

Es finden momentan Wartungen statt