fix
This commit is contained in:
parent
a8583f6d3b
commit
08daf57c4b
1 changed files with 9 additions and 0 deletions
|
@ -392,6 +392,15 @@
|
|||
{% include "CHRISTMAS/sidebars/ProfileSidebar.html" %}
|
||||
{% endblock %}
|
||||
|
||||
{% block modals %}
|
||||
{% if v %}
|
||||
{% include "CHRISTMAS/gif_modal.html" %}
|
||||
{% include "CHRISTMAS/modals/ModalGiftCoins.html" %}
|
||||
{% if v.admin_level > 1 %}
|
||||
{% include "CHRISTMAS/modals/ModalAdminManageUser.html" %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
{% block scripts %}
|
||||
{% if v %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue