This commit is contained in:
2023-08-02 17:18:54 +03:00
parent 7114e122e9
commit 335c10a304
4 changed files with 25 additions and 9 deletions

View File

@@ -49,7 +49,7 @@
</div>
<div class="right-part-block-enter-message">
<button class="attach-file-btn-message" onclick="attachFilemeassge()"></button>
<button class="send-message" onclick="sendMessage('{{ ticket.id }},{{ sender }},{{ receiver }},{{ text }}')"></button>
<button class="send-message" onclick="sendMessage({{ ticket.id }},{{ user.id }},{{ ticket.owner.id }})"></button>
</div>
</div>
{% endif %}