aboutsummaryrefslogtreecommitdiffstats
path: root/ctrack
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2020-10-15 16:27:30 +0100
committerMatthew Lemon <matt@matthewlemon.com>2020-10-15 16:27:30 +0100
commit7637504292d8fd183af8f4bcbb968fc1b69cd8f7 (patch)
treeb849ac54d7b9c388cca2a439e8f7f0b24a05b3f9 /ctrack
parent2860761d7981ad6ea29ed1577de519283f5993f5 (diff)
tweaks to organisation list
Diffstat (limited to 'ctrack')
-rw-r--r--ctrack/organisations/templates/organisations/organisation_list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctrack/organisations/templates/organisations/organisation_list.html b/ctrack/organisations/templates/organisations/organisation_list.html
index 3844326..c282bce 100644
--- a/ctrack/organisations/templates/organisations/organisation_list.html
+++ b/ctrack/organisations/templates/organisations/organisation_list.html
@@ -40,7 +40,7 @@
{% if org.primary_contacts %}
<ul style="list-style-type:none; float:left; padding: 0">
{% for p in org.primary_contacts %}
- <li>{{ p }} | {{ p.mobile }}</li>
+ <li><a href="mailto:{{ p.email }}">{{ p }}</a> ({{ p.mobile }})</li>
{% endfor %}
</ul>
{% else %}