Translation (WIP)
This commit is contained in:
parent
9b0fcec5e2
commit
e9873c1943
29 changed files with 586 additions and 285 deletions
|
|
@ -6,7 +6,8 @@
|
|||
{% when Some with (user) %}
|
||||
|
||||
<div class="content" id="user-edit">
|
||||
<h1>Profile</h1>
|
||||
<h1>{{ tr.t(Sentence::ProfileTitle) }}</h1>
|
||||
|
||||
<form action="/user/edit" method="post">
|
||||
|
||||
<label for="input-name">Name</label>
|
||||
|
|
@ -20,7 +21,9 @@
|
|||
autofocus="autofocus" />
|
||||
|
||||
<label for="input-email">Email (need to be revalidated if changed)</label>
|
||||
<input id="input-email" type="email" name="email" value="{{ email }}" autocapitalize="none" autocomplete="email" autofocus="autofocus" />
|
||||
<input id="input-email" type="email"
|
||||
name="email" value="{{ email }}"
|
||||
autocapitalize="none" autocomplete="email" autofocus="autofocus" />
|
||||
|
||||
{{ message_email }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue