diff --git a/RIGS/templates/RIGS/organisation_list.html b/RIGS/templates/RIGS/organisation_list.html index 2c88408a..c8856886 100644 --- a/RIGS/templates/RIGS/organisation_list.html +++ b/RIGS/templates/RIGS/organisation_list.html @@ -45,7 +45,7 @@ {{ object.pk }} {{ object.name }} {{ object.email }} - {{ object.phone }} + {{ object.phone }} {{ object.notes|yesno|capfirst }} {{ object.union_account|yesno|capfirst }} diff --git a/RIGS/templates/RIGS/person_list.html b/RIGS/templates/RIGS/person_list.html index a7c1c08d..2cbdff8e 100644 --- a/RIGS/templates/RIGS/person_list.html +++ b/RIGS/templates/RIGS/person_list.html @@ -44,7 +44,7 @@ {{ person.pk }} {{ person.name }} {{ person.email }} - {{ person.phone }} + {{ person.phone }} {{ person.notes|yesno|capfirst }} diff --git a/RIGS/templates/RIGS/profile_detail.html b/RIGS/templates/RIGS/profile_detail.html index e69e7bf0..11904b18 100644 --- a/RIGS/templates/RIGS/profile_detail.html +++ b/RIGS/templates/RIGS/profile_detail.html @@ -71,7 +71,7 @@
{{object.initials}}
Phone
-
{{object.phone}}
+
{{object.phone}}
{% if not request.is_ajax %} {% if object.pk == user.pk %} diff --git a/RIGS/templates/RIGS/venue_list.html b/RIGS/templates/RIGS/venue_list.html index cf89686c..88ae61ac 100644 --- a/RIGS/templates/RIGS/venue_list.html +++ b/RIGS/templates/RIGS/venue_list.html @@ -45,7 +45,7 @@ {{ object.pk }} {{ object.name }} {{ object.email }} - {{ object.phone }} + {{ object.phone }} {{ object.notes|yesno|capfirst }}