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

View File

@ -170,6 +170,10 @@
<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}}">
@ -729,11 +733,6 @@
}
</style>
{% if v %}
{% include "emoji_modal.html" %}
{% endif %}
{% endblock %}
{% block GIFpicker %}