diff --git a/backend/__init__.py b/backend/__init__.py index 1631b0f6..52aa45ad 100644 --- a/backend/__init__.py +++ b/backend/__init__.py @@ -1,3 +1,3 @@ from __future__ import absolute_import, unicode_literals -__version__ = "0.8.4" +__version__ = "0.8.5" diff --git a/frontend/templates/pages/invoices/dashboard/core/main.html b/frontend/templates/pages/invoices/dashboard/core/main.html index d02d439d..80073ebf 100644 --- a/frontend/templates/pages/invoices/dashboard/core/main.html +++ b/frontend/templates/pages/invoices/dashboard/core/main.html @@ -1,7 +1,9 @@ {% extends base|default:"base/base.html" %} {% block content %} {% include "pages/invoices/structure/toggler.html" %} - {% if page_template %} - {% include page_template %} - {% endif %} +
+ {% if page_template %} + {% include page_template %} + {% endif %} +
{% endblock content %} diff --git a/frontend/templates/pages/invoices/recurring/dashboard/core/main.html b/frontend/templates/pages/invoices/recurring/dashboard/core/main.html index 0b8ea1a4..80073ebf 100644 --- a/frontend/templates/pages/invoices/recurring/dashboard/core/main.html +++ b/frontend/templates/pages/invoices/recurring/dashboard/core/main.html @@ -1,11 +1,9 @@ {% extends base|default:"base/base.html" %} {% block content %} -
- {% include "pages/invoices/structure/toggler.html" %} -
- {% if page_template %} - {% include page_template %} - {% endif %} -
+ {% include "pages/invoices/structure/toggler.html" %} +
+ {% if page_template %} + {% include page_template %} + {% endif %}
{% endblock content %} diff --git a/pyproject.toml b/pyproject.toml index 82b29d98..58478425 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "MyFinances" -version = "0.8.4" +version = "0.8.5" description = "github.com/TreyWW/MyFinances" authors = ["TreyWW"] readme = "README.md" @@ -105,7 +105,7 @@ requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" [tool.bumpversion] -current_version = "0.8.4" +current_version = "0.8.5" commit = true commit_args = "-s" tag = true