diff --git a/.gitignore b/.gitignore
index b81b328..110c521 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,5 @@ static/static_root
imagebuilder
images/
static/fa
+jquery-*.min.js
+static/bs
diff --git a/manager/templates/base.html b/manager/templates/base.html
index 0fa2893..c1ac5a3 100644
--- a/manager/templates/base.html
+++ b/manager/templates/base.html
@@ -12,10 +12,10 @@
{% load static %}
-
+
-
-
+
+
diff --git a/misc/nginx.conf b/misc/nginx.conf
index 7b013e9..a782aaf 100644
--- a/misc/nginx.conf
+++ b/misc/nginx.conf
@@ -18,6 +18,10 @@ server {
location /fa/ {
root /opt/vpnmanager/static/;
}
+
+ location /bs/ {
+ root /opt/vpnmanager/static/;
+ }
location / {
uwsgi_pass 127.0.0.1:9360;