From 34aca21a0bb14ecfc59ab4e5e41f5a0e935e96d1 Mon Sep 17 00:00:00 2001 From: redfast00 Date: Fri, 5 Apr 2019 23:10:12 +0200 Subject: [PATCH] Don't load over protocol-relative URI --- app/templates/order.html | 4 ++-- app/templates/order_edit.html | 6 +++--- app/templates/orders.html | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) 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 %}