mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 06:46:08 -06:00
#2220 points module
This commit is contained in:
parent
4a8c1b6010
commit
aac6340025
@ -147,13 +147,14 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-12 text-right">
|
<div class="col-md-12 text-right">
|
||||||
<div class="form-group">
|
<div class="form-group d-flex align-items-center justify-content-end">
|
||||||
|
{{ addBlock('profile/detail/profile-detail-form/actions', {'user': user})|raw }}
|
||||||
|
|
||||||
{{ profileForm.actions|raw }}
|
{{ profileForm.actions|raw }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{ profileForm.close()|raw }}
|
{{ profileForm.close()|raw }}
|
||||||
</div>
|
</div>
|
||||||
<div class="tab-pane fade" id="nav-password" role="tabpanel" aria-labelledby="nav-password-tab">
|
<div class="tab-pane fade" id="nav-password" role="tabpanel" aria-labelledby="nav-password-tab">
|
||||||
{% set passwordForm = form('updatePassword').get() %}
|
{% set passwordForm = form('updatePassword').get() %}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user