diff options
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 %} |