From 1dad22d3e45d6506c8624e3a7111240fcc4ab786 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Sun, 15 May 2022 13:16:37 +0200 Subject: Templates. --- app/templates/modules/products.html | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'app/templates/modules/products.html') diff --git a/app/templates/modules/products.html b/app/templates/modules/products.html index 97b692a..fda1afd 100644 --- a/app/templates/modules/products.html +++ b/app/templates/modules/products.html @@ -5,12 +5,11 @@ Products {% endblock %} -{% block content %} - +{% block actions %} +
  • Add product
  • +{% endblock %} -
    - Add product -
    +{% block content %} Track products you sell here. @@ -18,6 +17,7 @@ Products Actions + ID Name Price (net) Price (gross) @@ -28,13 +28,15 @@ Products {% for product in products %} - - +
    + +
    -
    +
    + {{ product.primary_key }} {{ product.name }} {{ product.price_net }} {{ product.price_gross }} -- cgit v1.2.3