diff --git a/assets/js/chat.js b/assets/js/chat.js
index 1375c1f..c4478b4 100644
--- a/assets/js/chat.js
+++ b/assets/js/chat.js
@@ -1,6 +1,6 @@
var SocketHandler = function () {
domain = domain.replace(':' + port, '');
- var url = 'ws://' + domain + ':8888/chat/' + userId + '/';
+ var url = 'ws://' + domain + '/chat/' + userId + '/';
var sock = new WebSocket(url);
var intervalId;
sock.onopen = function () {
diff --git a/templates/partials/header.html b/templates/partials/header.html
index 4624e77..34bd116 100644
--- a/templates/partials/header.html
+++ b/templates/partials/header.html
@@ -107,12 +107,12 @@
Счет
- Настройки
+ Настройки
-
- FAQ
-
+{# #}
+{# FAQ#}
+{# #}
Выйти
diff --git a/update.sh b/update.sh
index 8674d16..0b21a85 100644
--- a/update.sh
+++ b/update.sh
@@ -4,8 +4,9 @@ source ../env/bin/activate &&
pip install -r requirements/base.txt &&
git reset --hard &&
git pull &&
-chmod +x update.sh &&
./manage.py migrate --noinput &&
./manage.py collectstatic --noinput &&
supervisorctl restart arch &&
-./manage.py recalculation_spec
\ No newline at end of file
+./manage.py recalculation_spec &&
+chown -R www-data:www-data ./ && chmod -R 775 ./ &&
+chmod +x update.sh
\ No newline at end of file
diff --git a/users/templates/contractor_filter.html b/users/templates/contractor_filter.html
index 09af9d0..a23195d 100644
--- a/users/templates/contractor_filter.html
+++ b/users/templates/contractor_filter.html
@@ -178,7 +178,7 @@
- {{ team.name }}
+ {{ team.name }} {# TODO #}
На сайте 8 лет и 3 месяца
Свободен
diff --git a/users/templates/contractor_profile.html b/users/templates/contractor_profile.html
index 55c0941..8da283c 100644
--- a/users/templates/contractor_profile.html
+++ b/users/templates/contractor_profile.html
@@ -252,8 +252,7 @@
-
{{ ws }}
-
+
{{ ws }}
{% if request.user.pk == contractor.pk %}