diff --git a/app/templates/auth/base.html b/app/templates/auth/base.html
index 6381896c9dc98f42ee97245b76ff57cd2cfa2558..608be682ba57523b22e68c09f13d07e5778ca5bd 100644
--- a/app/templates/auth/base.html
+++ b/app/templates/auth/base.html
@@ -1,4 +1,5 @@
 <!doctype html>
+<html>
   <head>
     {% block head %}
     <link rel="stylesheet" href="/static/style/application.css">
@@ -13,6 +14,5 @@
 <footer>
     {% block footer %}
       {% endblock %}
-    </div>
-  </body>
+</footer>
 </html>
diff --git a/vars.py b/vars.py
index 0aa8f6bbaee2b4b1ff4da13cdabd95c541784615..8314f9d955c4c3029bf374de2dee84fd74298817 100644
--- a/vars.py
+++ b/vars.py
@@ -1,4 +1,4 @@
-id = '' 
+id = ''
 password = '' 
 key = ''
 broker_url =  'amqp://' + id + ':' + password + '@ohpc:5672/'