mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 23:06:08 -06:00
Merge branch 'dia' of https://github.com/openclassify/openclassify into master
This commit is contained in:
commit
5deed7b1fb
@ -60,7 +60,7 @@
|
|||||||
<div class="tab-content py-3 px-3 px-sm-0" id="nav-tabContent">
|
<div class="tab-content py-3 px-3 px-sm-0" id="nav-tabContent">
|
||||||
<div class="tab-pane fade show active" id="nav-profile" role="tabpanel"
|
<div class="tab-pane fade show active" id="nav-profile" role="tabpanel"
|
||||||
aria-labelledby="nav-profile-tab">
|
aria-labelledby="nav-profile-tab">
|
||||||
<div class="col-12">
|
<div>
|
||||||
{% set userForm = form('userProfile').entry(user.id).get() %}
|
{% set userForm = form('userProfile').entry(user.id).get() %}
|
||||||
{{ userForm.open()|raw }}
|
{{ userForm.open()|raw }}
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
@ -85,12 +85,14 @@
|
|||||||
{{ userForm.actions|raw }}
|
{{ userForm.actions|raw }}
|
||||||
</div>
|
</div>
|
||||||
{{ userForm.close()|raw }}
|
{{ userForm.close()|raw }}
|
||||||
<div class="col-12">
|
<div class="d-flex align-items-center justify-content-between flex-wrap">
|
||||||
<label class="text-muted">
|
<label class="text-muted">
|
||||||
{{ trans('visiosoft.module.profile::message.disable_account') }}
|
{{ trans('visiosoft.module.profile::message.disable_account') }}
|
||||||
</label>
|
</label>
|
||||||
<button type="button" class="btn btn-danger float-right"
|
<button type="button" class="btn btn-danger"
|
||||||
onclick="window.location.href='/profile/closeAccount'">{{ trans("visiosoft.module.profile::field.disable_account.name") }}</button>
|
onclick="window.location.href='/profile/closeAccount'">
|
||||||
|
{{ trans("visiosoft.module.profile::field.disable_account.name") }}
|
||||||
|
</button>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user