From d62d6d8b01592cdeae3b90928c6570edb8e9a73d Mon Sep 17 00:00:00 2001 From: Krish Moodbidri <krish94@uab.edu> Date: Thu, 26 Mar 2020 09:11:21 -0500 Subject: [PATCH] removed trailing whitespace --- app/templates/auth/base.html | 4 ++-- vars.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/templates/auth/base.html b/app/templates/auth/base.html index 6381896..608be68 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 0aa8f6b..8314f9d 100644 --- a/vars.py +++ b/vars.py @@ -1,4 +1,4 @@ -id = '' +id = '' password = '' key = '' broker_url = 'amqp://' + id + ':' + password + '@ohpc:5672/' -- GitLab