Added phone links - closes #247

This commit is contained in:
David Taylor
2016-07-10 09:54:35 +01:00
parent e1578eb0d4
commit 05b2de561e
4 changed files with 4 additions and 4 deletions

View File

@@ -44,7 +44,7 @@
<td>{{ person.pk }}</td>
<td>{{ person.name }}</td>
<td>{{ person.email }}</td>
<td>{{ person.phone }}</td>
<td><a href="tel:{{ person.phone }}">{{ person.phone }}</a></td>
<td>{{ person.notes|yesno|capfirst }}</td>
<td>
<a href="{% url 'person_detail' person.pk %}" class="btn btn-default modal-href">