Added some more customization options (#43)

* Added some more customization options

* Fixed inconsistent height of custom logos

* Extended navbar style to login page
This commit is contained in:
The one with the braid (she/her) | Dфҿ mit dem Zopf (sie/ihr)
2021-09-12 10:17:13 +02:00
committed by GitHub
parent f27909a6ce
commit 9147fe33cb
7 changed files with 17 additions and 4 deletions

View File

@@ -30,8 +30,8 @@
<form class="form-signin" method="post">
<input type="hidden" name="_csrf" value="{{.Csrf}}">
<div class="form-group">
<label for="inputUsername">Email</label>
<input type="text" name="username" class="form-control" id="inputUsername" aria-describedby="usernameHelp" placeholder="Enter email">
<label for="inputUsername">Username</label>
<input type="text" name="username" class="form-control" id="inputUsername" aria-describedby="usernameHelp" placeholder="Enter username or email">
</div>
<div class="form-group">
<label for="inputPassword">Password</label>