This commit is contained in:
2021-01-09 20:34:55 +01:00
parent 865c3e778f
commit 6ed12992c9
2 changed files with 2 additions and 3 deletions
@@ -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)){
@@ -9,8 +9,7 @@
<body class="center-screen">
<div class="centered">
<h1>Du scheinst zu spät zu sein!</h1>
<h2>Momentan findet kein Voting statt</h2>
<h1>Es finden momentan Wartungen statt</h1>
<button id="backButton" class="submitButton">Zur Adolfinum Seite</button>
</div>