@@ -68,30 +74,32 @@
{% endblock body %}
diff --git a/copanier/__init__.py b/copanier/__init__.py index 5baa65c..9009f0c 100644 --- a/copanier/__init__.py +++ b/copanier/__init__.py @@ -5,6 +5,7 @@ from roll.extensions import simple_server, static from .models import Product, Person, Order, Delivery from .views.core import app +__version__ = "0.0.5" @minicli.cli() def shell(): diff --git a/copanier/templates/base.html b/copanier/templates/base.html index 2305b26..588e911 100644 --- a/copanier/templates/base.html +++ b/copanier/templates/base.html @@ -1,13 +1,13 @@ - {% import "includes/macros.html" as macros %} +
-