This commit is contained in:
2023-08-13 14:42:52 +03:00
parent eb0c143166
commit 2dd03e4d2f
3 changed files with 12 additions and 10 deletions

View File

@@ -7,6 +7,10 @@
<script src='{% static "js/jquery_v3_6_4.js" %}'> </script>
<script>
var user_id = {{ user.id }}
</script>
<script src='{% static "js/chat_sockets.js" %}'></script>