diff --git a/hypha/apply/funds/templates/funds/applicationsubmission_admin_detail.html b/hypha/apply/funds/templates/funds/applicationsubmission_admin_detail.html index 1243c4a2b6..47d4f67594 100644 --- a/hypha/apply/funds/templates/funds/applicationsubmission_admin_detail.html +++ b/hypha/apply/funds/templates/funds/applicationsubmission_admin_detail.html @@ -42,7 +42,7 @@

{% trans "Reviews & assignees" %}

{% include 'review/includes/review_button.html' with submission=object class="grow" %} - {% if request.user.is_apply_staff and not object.reviews.exists %} + {% if request.user.is_apply_staff and object.reviews.exists %}