summaryrefslogtreecommitdiff
path: root/app/templates/modules/customers.html
diff options
context:
space:
mode:
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