diff --git a/templates/requests/financial_verification.html b/templates/requests/financial_verification.html index 66a5afa2..a48725d7 100644 --- a/templates/requests/financial_verification.html +++ b/templates/requests/financial_verification.html @@ -9,7 +9,7 @@ {% include 'requests/review_menu.html' %} -{% if request.is_pending_financial_verification %} +{% if request.is_pending_financial_verification and not f.errors and not extended %} {{ Alert('Pending Financial Verification', fragment="fragments/pending_financial_verification.html") }} {% endif %}