diff options
author | Marius Peter <marius.peter@tutanota.com> | 2022-07-24 15:59:52 +0200 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2022-07-24 15:59:52 +0200 |
commit | ffaee081c018b0e254844910fd3878f916196054 (patch) | |
tree | 21b66d88d505320da937c686de31bdea5d714ff0 /app/templates/modules/customers.html | |
parent | b4dc6ca4cfb4b72d9a765ad2724509a2fd05f857 (diff) |
Template paths.
Diffstat (limited to 'app/templates/modules/customers.html')
-rw-r--r-- | app/templates/modules/customers.html | 2 |
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 %} |