diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/index.html | 2 | ||||
| -rw-r--r-- | templates/login.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html index 724aa6e..6174020 100644 --- a/templates/index.html +++ b/templates/index.html @@ -14,7 +14,7 @@ <p class="header__subtitle">Manage WireGuard VPN connections</p> <div class="header__logout"> <form method="POST" action="/logout"> - <input type="submit" value="Logout"> + <button type="submit">Logout</button> </form> </div> </header> 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> |
