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