diff --git a/templates/organization/requests/pending.html b/templates/organization/requests/pending.html index c542fad..525fb7e 100644 --- a/templates/organization/requests/pending.html +++ b/templates/organization/requests/pending.html @@ -1,4 +1,11 @@ {% extends "organization/home-base.html" %} +{% block org_js %} + +{% endblock %} {% block middle_content %} {% include "messages.html" %} {% include "organization/requests/tabs.html" %}