diff --git a/get_together/templates/get_together/events/manage_attendees.html b/get_together/templates/get_together/events/manage_attendees.html index a1fc9fa..e43c7de 100644 --- a/get_together/templates/get_together/events/manage_attendees.html +++ b/get_together/templates/get_together/events/manage_attendees.html @@ -24,7 +24,12 @@
+ {% if not event.is_over %} + Invite Attendees + {% endif %} +
Hosted by {{ team.name }}
- {% if can_edit_team or is_email_confirmed %} - Invite - {% endif %} {% if settings.SOCIAL_AUTH_TWITTER_KEY %} Tweet {% endif %} @@ -114,17 +111,22 @@ {% if settings.SOCIAL_AUTH_LINKEDIN_KEY %} Share {% endif %} - {% if not event.is_over and not is_attending %} -