diff options
author | Simon Ser <contact@emersion.fr> | 2019-12-16 13:51:49 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2019-12-16 13:51:49 +0100 |
commit | 1a658fc22c4a26c8e1b80cf08a165666c6facef5 (patch) | |
tree | 7807bb95d0bf5069b90e8509432c318cd1a1d51e /plugins | |
parent | 622f00fe063c454b4080ad47e8732bd0e9848e82 (diff) | |
download | alps-1a658fc22c4a26c8e1b80cf08a165666c6facef5.tar.gz alps-1a658fc22c4a26c8e1b80cf08a165666c6facef5.zip |
Add line break to login form
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/base/public/login.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/base/public/login.html b/plugins/base/public/login.html index 6ae1737..8ce5f25 100644 --- a/plugins/base/public/login.html +++ b/plugins/base/public/login.html @@ -5,6 +5,7 @@ <form method="post" action="/login"> <label for="username">Username:</label> <input type="text" name="username" id="username"/> + <br><br> <label for="password">Password:</label> <input type="password" name="password" id="password"/> <br><br> |