From 619388a36a21ce0846b11c1d5bee55607d2ad7cb Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Sat, 7 Jan 2023 02:46:21 -0600 Subject: [PATCH] Fix select bug --- templates/organization/requests/pending.html | 7 +++++++ 1 file changed, 7 insertions(+) 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" %}