diff --git a/README.md b/README.md index affbfb6..b8e2a8a 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,9 @@ Haldis ======= [![chat mattermost](https://img.shields.io/badge/chat-mattermost-blue.svg)](https://mattermost.zeus.gent/zeus/channels/haldis) -![Website](https://img.shields.io/website/https/haldis.zeus.gent.svg) -![Mozilla HTTP Observatory Grade](https://img.shields.io/mozilla-observatory/grade-score/haldis.zeus.gent.svg?publish) +[![Website](https://img.shields.io/website/https/haldis.zeus.gent.svg)](https://haldis.zeus.gent) +[![Mozilla HTTP Observatory Grade](https://img.shields.io/mozilla-observatory/grade-score/haldis.zeus.gent.svg?publish)](https://observatory.mozilla.org/analyze/haldis.zeus.gent) -![GitHub last commit](https://img.shields.io/github/last-commit/zeuswpi/haldis.svg) -![GitHub issues](https://img.shields.io/github/issues/zeuswpi/haldis.svg) -![GitHub pull requests](https://img.shields.io/github/issues-pr/zeuswpi/haldis.svg) ![GitHub commit activity](https://img.shields.io/github/commit-activity/y/zeuswpi/haldis.svg) Haldis is your friendly neighbourhood servant. He exists so lazy fucks like you and me don't need to keep tabs of who is ordering what from where. diff --git a/app/app.py b/app/app.py index 4765a7c..bbeb0af 100644 --- a/app/app.py +++ b/app/app.py @@ -11,6 +11,7 @@ from airbrake import Airbrake, AirbrakeHandler app = Flask(__name__) app.config.from_object('config.Configuration') Bootstrap(app) +app.config['BOOTSTRAP_SERVE_LOCAL'] = True # use our own bootstrap theme app.extensions['bootstrap']['cdns']['bootstrap'] = StaticCDN() @@ -44,4 +45,4 @@ if not app.debug: ) app.logger.addHandler( AirbrakeHandler(airbrake=airbrake) - ) \ No newline at end of file + ) diff --git a/app/templates/order.html b/app/templates/order.html index 6637b1c..13eaa1c 100644 --- a/app/templates/order.html +++ b/app/templates/order.html @@ -123,13 +123,13 @@ {% block styles %} {{ super() }} - + {% endblock %} {% block scripts %} {{ super() }} - + + -{%- endblock %} \ No newline at end of file +{%- endblock %} diff --git a/app/templates/orders.html b/app/templates/orders.html index ed5cf63..573198a 100644 --- a/app/templates/orders.html +++ b/app/templates/orders.html @@ -74,13 +74,13 @@ {% block styles -%} {{ super() }} - + {%- endblock %} {% block scripts -%} {{ super() }} - + -{%- endblock %} \ No newline at end of file +{%- endblock %}