summaryrefslogtreecommitdiffstats
path: root/templates/login.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/login.html')
-rw-r--r--templates/login.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/login.html b/templates/login.html
index c26f863..bd28803 100644
--- a/templates/login.html
+++ b/templates/login.html
@@ -24,7 +24,7 @@
<form class="login__form" method="POST" action="/login">
<input type="password" name="password" placeholder="Password" required>
- <input type="submit" value="Login">
+ <button type="submit">Login</button>
</form>
</div>
</div>