diff --git a/Makefile b/Makefile index c3bbb81..cb16b4d 100644 --- a/Makefile +++ b/Makefile @@ -25,10 +25,10 @@ db-downgrade : poetry run flask db downgrade docker : - docker buildx build --platform=linux/amd64,linux/arm64 . -t asymworks/sigl:latest + docker buildx build --platform=linux/amd64,linux/arm64 . -t asymworks/sigl:latest -t asymworks/sigl:$(shell poetry version -s) docker-deploy: - docker buildx build --platform=linux/amd64,linux/arm64 . -t asymworks/sigl:latest --push + docker buildx build --platform=linux/amd64,linux/arm64 . -t asymworks/sigl:latest -t asymworks/sigl:$(shell poetry version -s) --push lint : poetry run flake8 diff --git a/pyproject.toml b/pyproject.toml index 253ef27..7987a7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sigl" -version = "0.1.3" +version = "0.1.4" description = "Simple Grocery List" authors = ["Jonathan Krauss "] license = "BSD-3-Clause" diff --git a/sigl/templates/lists/addItem.html.j2 b/sigl/templates/lists/addItem.html.j2 index 92fae52..c427e4d 100644 --- a/sigl/templates/lists/addItem.html.j2 +++ b/sigl/templates/lists/addItem.html.j2 @@ -2,14 +2,11 @@ {% block title %}{{ list.name }} | Sigl{% endblock %} {% block header %}
-
Add Item to {{ list.name }}
+
Add Item to {{ list.name }}
{% endblock %} {% block head_scripts %} - + {% endblock %} {% block main %} @@ -18,38 +15,38 @@ JtAutocomplete.register();
Select Product to Add
- + - + - New Product + New Product
- - + +
- - + +
- - + +
- - + +
- +