added better explanation of invitation

This commit is contained in:
James Tauber 2012-08-03 01:00:44 -04:00
parent b3ed93cda6
commit 7055533591

View file

@ -34,6 +34,8 @@
{% if team.description %}<p>{{ team.description }}</p>{% endif %}
{% if state == "invited" %}<p>You have been invited to join this team. Click <b>join</b> to the right to accept.</p>{% endif %}
{% if user.is_staff or state == "manager" %}
{% if team.managers %}
<h2>Managers</h2>