summaryrefslogtreecommitdiff
path: root/app/templates/modules/customers.html
diff options
context:
space:
mode:
authorMarius Peter <marius.peter@tutanota.com>2022-07-24 15:59:52 +0200
committerMarius Peter <marius.peter@tutanota.com>2022-07-24 15:59:52 +0200
commitffaee081c018b0e254844910fd3878f916196054 (patch)
tree21b66d88d505320da937c686de31bdea5d714ff0 /app/templates/modules/customers.html
parentb4dc6ca4cfb4b72d9a765ad2724509a2fd05f857 (diff)
Template paths.
Diffstat (limited to 'app/templates/modules/customers.html')
-rw-r--r--app/templates/modules/customers.html2
1 files changed, 1 insertions, 1 deletions
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
</td>
<td>{{ customer.primary_key }}</td>
{% if customer.website %}
- <td><a href="{{ customer.website }}">{{ customer.name }}</a></td>
+ <td><a href="{{ 'http://' + customer.website }}">{{ customer.name }}</a></td>
{% else %}
<td>{{ customer.name }}</td>
{% endif %}
Copyright 2019--2024 Marius PETER