From 6179f5240d5837cc86997feaf95cf4242efb0cc7 Mon Sep 17 00:00:00 2001 From: Michael Hall Date: Fri, 7 Sep 2018 11:58:28 -0400 Subject: [PATCH] Cleanup invite team to org button and form --- .../templates/get_together/orgs/invite_to_join.html | 9 +++++++++ .../templates/get_together/teams/team_page_base.html | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/get_together/templates/get_together/orgs/invite_to_join.html b/get_together/templates/get_together/orgs/invite_to_join.html index 40de13b..bc14d37 100644 --- a/get_together/templates/get_together/orgs/invite_to_join.html +++ b/get_together/templates/get_together/orgs/invite_to_join.html @@ -12,3 +12,12 @@ {% endblock %} +{% block javascript %} + +{% endblock %} \ No newline at end of file diff --git a/get_together/templates/get_together/teams/team_page_base.html b/get_together/templates/get_together/teams/team_page_base.html index c6c5de3..ca26c06 100644 --- a/get_together/templates/get_together/teams/team_page_base.html +++ b/get_together/templates/get_together/teams/team_page_base.html @@ -26,7 +26,7 @@ Edit Team Manage Members {% if request.user.profile.owned_orgs.count > 0 %} - Add to Organization + Invite to Organization {% endif %} {% endif %}