From 94b4d13a20cb6f702cdecdb7735a900705cd2186 Mon Sep 17 00:00:00 2001 From: Sourabh Chakraborty Date: Tue, 30 Apr 2024 17:15:10 -0400 Subject: [PATCH] commented out feedback form code --- wp-content/themes/access/views/programs/single.twig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-content/themes/access/views/programs/single.twig b/wp-content/themes/access/views/programs/single.twig index 1d2a37b50..25a5619b7 100644 --- a/wp-content/themes/access/views/programs/single.twig +++ b/wp-content/themes/access/views/programs/single.twig @@ -126,14 +126,14 @@

- {% include 'components/feedback.twig' with {this: post, action: shareAction} only %} + {# {% include 'components/feedback.twig' with {this: post, action: shareAction} only %} #}
- {% if fn('defined', 'AIRTABLE_FEEDBACK_BASE_KEY') and fn('defined', 'AIRTABLE_FEEDBACK_API_KEY') %} + {# {% if fn('defined', 'AIRTABLE_FEEDBACK_BASE_KEY') and fn('defined', 'AIRTABLE_FEEDBACK_API_KEY') %}
- {% endif %} + {% endif %} #}