diff --git a/templates/login.html b/templates/login.html index d07c328..c1eb7b4 100644 --- a/templates/login.html +++ b/templates/login.html @@ -5,15 +5,19 @@

Welcome

{# Show a username/password login form #} -
- -
- - -
- - - Cancel + +
+ + +
+
+ + +
+
+ + Cancel +
{{ super() }} @@ -23,3 +27,4 @@ {% block eanwebsocket %} document.location = "/?ean=" + e.data; {% endblock %} + diff --git a/templates/productlist.html b/templates/productlist.html index be6271b..5cec250 100644 --- a/templates/productlist.html +++ b/templates/productlist.html @@ -38,7 +38,7 @@
{% for product in products %} {# Show an item per product, consisting of the name, image, price and stock, triggering a purchase on click #} -
+