forked from MarseyWorld/MarseyWorld
bbb
parent
75f61024db
commit
eb74353217
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue