From bd8979b4615add9c43e00ae2c85f237dd51a12d2 Mon Sep 17 00:00:00 2001 From: Michael Hall Date: Fri, 7 Sep 2018 10:32:01 -0400 Subject: [PATCH] Cleanup join org button and form --- .../templates/get_together/orgs/request_to_join.html | 9 +++++++++ get_together/templates/get_together/orgs/show_org.html | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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 %}