change participants page text

This commit is contained in:
Sanj 2012-01-04 19:28:23 +05:30
parent 2ddfd88511
commit 25db427349

View File

@ -2,7 +2,7 @@
<div class="orange">{{ name }}:</div> {{ short_bio|markdown }}
<br />
<div class="orange">Meetings attended</div>
<div class="orange">Meetings attended / attending:</div>
<ul>
{% for m in meetings %}
<li><a href="{{ m.get_absolute_url }}">{{ m.title }}</a></li>