diff --git a/files/templates/dropdowns/ProfileDropdown.html b/files/templates/dropdowns/ProfileDropdown.html index 27016ebc1..744299ae1 100644 --- a/files/templates/dropdowns/ProfileDropdown.html +++ b/files/templates/dropdowns/ProfileDropdown.html @@ -38,7 +38,7 @@
  • - diff --git a/files/templates/modals/ModalGiftCoins.html b/files/templates/modals/ModalGiftCoins.html new file mode 100644 index 000000000..e054de62c --- /dev/null +++ b/files/templates/modals/ModalGiftCoins.html @@ -0,0 +1,41 @@ + \ No newline at end of file diff --git a/files/templates/userpage.html b/files/templates/userpage.html index 42ea56219..b18a23f69 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -302,12 +302,13 @@ {% block modals %} {% if v %} -{% include "emoji_modal.html" %} -{% include "gif_modal.html" %} -{% include "/modals/ModalDirectMessage.html" %} -{% if v.admin_level > 1 %} -{% include "/modals/ModalAdminManageUser.html" %} -{% endif %} + {% include "emoji_modal.html" %} + {% include "gif_modal.html" %} + {% include "/modals/ModalDirectMessage.html" %} + {% include "/modals/ModalGiftCoins.html" %} + {% if v.admin_level > 1 %} + {% include "/modals/ModalAdminManageUser.html" %} + {% endif %} {% endif %} {% endblock %}