0.0.254
This commit is contained in:
@@ -65,6 +65,7 @@
|
||||
<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>
|
||||
<img src="{% static "/img/svg/loader.svg" %}" class="loader_show_message">
|
||||
{# <button class="send-message" onclick="send_ws_msg('message')"></button>#}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
id="id_from_address_point_txt"
|
||||
{% if route_form.initial.from_address_point_txt %}value="{{ route_form.initial.from_address_point_txt }}"{% endif %}
|
||||
/>
|
||||
<div class="abbreviation_airport_in_search"><text>MSQ</text></div>
|
||||
<div class="abbreviation_airport_in_search"></div>
|
||||
<div class="input_list find_route" name="from_address_point_txt_list">
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user