parsav  login-username.tpl at [45a6e815b1]

File view/login-username.tpl artifact c0dae1cbbc part of check-in 45a6e815b1


<div class="login">
	<div class="msg">@loginmsg</div>
	<form action="/login" method="post">
		<label for="user">local handle</label>
		<input type="text" name="user" id="user" autocomplete="username" autofocus required>
		<button>log on</button>
	</form>
</div>