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/customers.html | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'app/templates/modules/customers.html') diff --git a/app/templates/modules/customers.html b/app/templates/modules/customers.html index c693097..64ed4c2 100644 --- a/app/templates/modules/customers.html +++ b/app/templates/modules/customers.html @@ -5,15 +5,17 @@ Customers {% endblock %} +{% block actions %} +
  • Add customer
  • +{% endblock %} + {% block content %} -
    - Add customer -
    + @@ -23,7 +25,15 @@ Customers {% for customer in customers %} - + + {% if customer.website %} {% else %} -- cgit v1.2.3
    ID Name City Phone
    +
    + +
    +
    + +
    +
    {{ customer.primary_key }}{{ customer.name }}