Translation (WIP)
This commit is contained in:
parent
9b0fcec5e2
commit
e9873c1943
29 changed files with 586 additions and 285 deletions
|
|
@ -4,16 +4,16 @@
|
|||
|
||||
<div class="content" id="sign-in">
|
||||
|
||||
<h1>Sign in</h1>
|
||||
<h1>{{ tr.t(Sentence::SignInTitle) }}</h1>
|
||||
|
||||
<form action="/signin" method="post">
|
||||
<label for="input-email">Email address</label>
|
||||
<label for="input-email">{{ tr.t(Sentence::EmailAddress) }}</label>
|
||||
<input id="input-email" type="email" name="email" value="{{ email }}" autocapitalize="none" autocomplete="email" autofocus="autofocus" />
|
||||
|
||||
<label for="input-password">Password</label>
|
||||
<label for="input-password">{{ tr.t(Sentence::Password) }}</label>
|
||||
<input id="input-password" type="password" name="password" autocomplete="current-password" />
|
||||
|
||||
<input type="submit" value="Sign in" />
|
||||
<input type="submit" value="{{ tr.t(Sentence::SignInMenu) }}" />
|
||||
</form>
|
||||
{{ message }}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue