Skip to content

Commit

Permalink
Add contact information regarding team members
Browse files Browse the repository at this point in the history
  • Loading branch information
Jip J. Dekker committed Apr 27, 2017
1 parent 79c3ae8 commit ab7a05d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<dd>
<ul>
{% for m in instance.get_members %}
{{ m }}
<li>{{ m }}{% if m.email or m.phone_number %} &mdash; {% if m.email %}<a href="mailto:{{ m.email }}">{{ m.email }}</a>{% endif %}{% if m.email and m.phone_number %} or {% endif %}{% if m.phone_number %}{{ m.phone_number }}{% endif %}{% endif %}</li>
{% empty %}
{% trans 'This team currently does not contain any members.' %}
{% endfor %}
Expand All @@ -21,7 +21,7 @@
<dt>{% trans 'manually added members' %}</dt>
<ul>
{% for m in instance.get_manual_members %}
{{ m }}
<li>{{ m }}{% if m.email or m.phone_number %} &mdash; {% if m.email %}<a href="mailto:{{ m.email }}">{{ m.email }}</a>{% endif %}{% if m.email and m.phone_number %} or {% endif %}{% if m.phone_number %}{{ m.phone_number }}{% endif %}{% endif %}</li>
{% endfor %}
</ul>
{% endif %}
Expand Down

0 comments on commit ab7a05d

Please sign in to comment.