From ffaee081c018b0e254844910fd3878f916196054 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Sun, 24 Jul 2022 15:59:52 +0200 Subject: Template paths. --- app/templates/modules/customers.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/templates/modules/customers.html') diff --git a/app/templates/modules/customers.html b/app/templates/modules/customers.html index 64ed4c2..776ab8d 100644 --- a/app/templates/modules/customers.html +++ b/app/templates/modules/customers.html @@ -35,7 +35,7 @@ Customers {{ customer.primary_key }} {% if customer.website %} - {{ customer.name }} + {{ customer.name }} {% else %} {{ customer.name }} {% endif %} -- cgit v1.2.3