Merge branch 'master' of github.com:bornhack/bornhack-website

This commit is contained in:
Stephan Telling 2017-05-23 22:25:35 +02:00
commit e7c3b264f4

View file

@ -31,7 +31,7 @@ Team: {{ team.name }} | {{ block.super }}
<p>This team is under the <b>{{ team.area.name }} area</b>. The following people are responsible for the <b>{{ team.name }} team</b>:</p>
<ul>
{% for resp in team.responsible.all %}
<li><b>{{ resp.get_full_name|default:"Unnamed" }}</b></li>
<li><b>{{ resp.profile.name }}</b></li>
{% endfor %}
</ul>