diff --git a/foundation/organisation/templates/organisation/member.html b/foundation/organisation/templates/organisation/member.html index efc6ab8f..b1d649e8 100644 --- a/foundation/organisation/templates/organisation/member.html +++ b/foundation/organisation/templates/organisation/member.html @@ -10,7 +10,7 @@

{{ person.name }}

-
+
{{ member.title }} {% if person.url %} @@ -25,9 +25,9 @@

{{ person.name }}

{% endif %} {% if person.twitter %} - + - {{ person.twitter }} + @{{ person.twitter }} {% endif %}