master
Aevann1 2022-01-17 14:45:24 +02:00
parent 75f61024db
commit eb74353217
1 changed files with 5 additions and 4 deletions

View File

@ -170,10 +170,6 @@
<a class="btn btn-primary" role="button" onclick="post_toast('/@{{u.username}}/revert_actions')">Revert admin actions</a>
{% endif %}
{% endif %}
{% if '/comments' not in request.path %}
{% include "emoji_modal.html" %}
{% endif %}
<form class="d-none profile-toggleable" id="message" action="/@{{u.username}}/message" onsubmit="submitFormAjax(event)">
<input autocomplete="off" type="hidden" name="formkey" value="{{v.formkey}}">
@ -733,6 +729,11 @@
}
</style>
{% if v and v.id != u.id and '/comments' not in request.path %}
{% include "emoji_modal.html" %}
{% endif %}
{% endblock %}
{% block GIFpicker %}