add: profile and full search
This commit is contained in:
parent
b8b0ef7f21
commit
3e4ee8126a
52 changed files with 897 additions and 484 deletions
|
@ -38,7 +38,7 @@
|
|||
<span>{{ text "settings:label.delete_account" }}</span>
|
||||
</button>
|
||||
|
||||
{% if profile.permissions != 131073 %}
|
||||
{% if profile.permissions != 131073 -%}
|
||||
<button
|
||||
class="red quaternary"
|
||||
onclick="update_user_role(131073)"
|
||||
|
@ -49,7 +49,7 @@
|
|||
<button class="quaternary" onclick="update_user_role(1)">
|
||||
Unban
|
||||
</button>
|
||||
{% endif %}
|
||||
{%- endif %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue