Removed the dashboard because of the existence of phpmyadmin

This commit is contained in:
2020-12-12 00:02:47 +01:00
parent b32cc63e76
commit 03e5e1b455
5 changed files with 0 additions and 118 deletions

View File

@@ -35,13 +35,6 @@
<button type="submit" id="signup_button">Abstimmen</button>
</form>
</div>
<div class="adminLogin">
<form action="#" th:action="@{/dashboard}" method="post">
<input class="password_input" id="password_input" type="password" placeholder="••••••" name="password" required autofocus />
<p></p>
<button type="submit" id="login_button">Login</button>
</form>
</div>
</body>
</html>