diff --git a/get_together/templates/get_together/orgs/request_to_join.html b/get_together/templates/get_together/orgs/request_to_join.html index 9aa8297..f8a99e1 100644 --- a/get_together/templates/get_together/orgs/request_to_join.html +++ b/get_together/templates/get_together/orgs/request_to_join.html @@ -12,3 +12,12 @@ {% endblock %} +{% block javascript %} + +{% endblock %} diff --git a/get_together/templates/get_together/orgs/show_org.html b/get_together/templates/get_together/orgs/show_org.html index e0262b6..0cd217f 100644 --- a/get_together/templates/get_together/orgs/show_org.html +++ b/get_together/templates/get_together/orgs/show_org.html @@ -37,7 +37,7 @@ {% endif %}
{% if request.user.profile.is_a_team_admin %} - Join Organization + Join Organization {% endif %}