This commit is contained in:
2023-09-17 17:18:56 +03:00
parent 8e6312f1ad
commit d09ca59279
6 changed files with 152 additions and 27 deletions

View File

@@ -62,7 +62,7 @@
</div>
<div class="right-part-block-enter-message">
{# <button class="attach-file-btn-message" onclick="attachFilemeassge(event,this,null,{{ user.id }},{{ cur_receiver.id }})"></button>#}
<input style="display: none;" type="file" onchange="attachFilemeassge(this,null,{{ user.id }},{{ cur_receiver.id }})" id="id_choce_file">
<input style="display: none;" type="file" onchange="attachFilemeassge(this,null,{{ user.id }},{{ cur_receiver.id }})" id="id_choce_file" multiple>
<label for="id_choce_file" class="attach-file-btn-message"></label>
<button class="send-message" onclick="sendMessage(null,{{ user.id }},{{ cur_receiver.id }})"></button>
{# <button class="send-message" onclick="send_ws_msg('message')"></button>#}

View File

@@ -1,7 +1,7 @@
{% load static %}
{% include "widgets/w_file.html" %}
{% if not messages and ticket %}
{% include "widgets/w_message.html" %}
{% else %}