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 %}