Add a toggle between dark and light theme
This commit is contained in:
parent
d22617538e
commit
559ed139aa
34 changed files with 640 additions and 469 deletions
|
|
@ -4,10 +4,10 @@
|
|||
|
||||
<div class="content" id="reset-password">
|
||||
<form action="/reset_password" method="post">
|
||||
<label for="password_field_1">Choose a new password (minimum 8 characters)</label>
|
||||
<label for="password_field_1">{{ context.tr.tp(Sentence::AskResetChooseNewPassword, [Box::new(common::consts::MIN_PASSWORD_SIZE)]) }}</label>
|
||||
<input id="password_field_1" type="password" name="password_1">
|
||||
|
||||
<label for="password_field_1">Re-enter password</label>
|
||||
<label for="password_field_1">{{ context.tr.t(Sentence::ReEnterPassword) }}</label>
|
||||
<input id="password_field_2" type="password" name="password_2">
|
||||
|
||||
{{ message_password }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue