mirror of
https://github.com/simple-login/app.git
synced 2025-02-24 07:43:54 +08:00
Prettify Settings
This commit is contained in:
parent
b845e2a8eb
commit
b041591133
1 changed files with 6 additions and 3 deletions
|
@ -27,7 +27,7 @@
|
|||
|
||||
<div class="card-body">
|
||||
<div class="card-title">
|
||||
Change Email Address
|
||||
Email Address
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="form-label">Email</label>
|
||||
|
@ -60,9 +60,12 @@
|
|||
|
||||
<div class="card-body">
|
||||
<div class="card-title">
|
||||
Change Profile
|
||||
Profile
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div>
|
||||
These informations will be filled up automatically when you use "Sign in with SimpleLogin" button
|
||||
</div>
|
||||
<div class="form-group mt-3">
|
||||
<label class="form-label">Name</label>
|
||||
{{ form.name(class="form-control", value=current_user.name) }}
|
||||
{{ render_field_errors(form.name) }}
|
||||
|
|
Loading…
Reference in a new issue