Merge remote-tracking branch 'origin/main'

This commit is contained in:
2023-08-17 17:38:31 +03:00
3 changed files with 15 additions and 3 deletions

View File

@@ -9,7 +9,10 @@
{# <script src="{% static "js/serch_town.js" %}"></script>#}
<script src="{% static "js/user_profile.js" %}"></script>
<script src="{% static "js/user_profile(boris).js" %}"></script>
<script src="{% static "js/range_slider_double.js" %}"></script>
<script src="{% static "js/chat_socket_functions/etc_operations_for_chat_socket.js" %}"></script>
<script src="{% static "js/chat_socket_functions/inital_old_tab.js" %}"></script>
<script src="{% static "js/chat_socket_functions/update_messenger.js" %}"></script>
<script src="{% static "js/chat_socket_functions/update_tickets_operations_manager.js" %}"></script>
{% endblock %}