full lowercase on login button to match the page

Signed-off-by: thaddeus kuah <tk@tkkr.dev>
This commit is contained in:
thaddeus kuah 2025-04-12 04:13:17 +08:00 committed by ed
parent a06c5eb048
commit 4b876dd133

View file

@ -122,7 +122,7 @@
<input type="hidden" id="la" name="act" value="login" />
<input type="password" id="lp" name="cppwd" placeholder=" password" />
<input type="hidden" name="uhash" id="uhash" value="x" />
<input type="submit" id="ls" value="Login" />
<input type="submit" id="ls" value="login" />
{% if chpw %}
<a id="x" href="#">change password</a>
{% endif %}