diff --git a/app/templates/views/check/column-errors.html b/app/templates/views/check/column-errors.html index e91bacc67..94c81a559 100644 --- a/app/templates/views/check/column-errors.html +++ b/app/templates/views/check/column-errors.html @@ -113,9 +113,7 @@ {% with count_of_recipients=count_of_recipients %} - {% call banner_wrapper(type='dangerous') %} - {% include "partials/check/trying-to-send-letters-in-trial-mode.html" %} - {% endcall %} + {% include "partials/check/trying-to-send-letters-in-trial-mode.html" %} {% endwith %} diff --git a/app/templates/views/notifications/check.html b/app/templates/views/notifications/check.html index c904f1788..15beea30f 100644 --- a/app/templates/views/notifications/check.html +++ b/app/templates/views/notifications/check.html @@ -10,13 +10,13 @@ {% if template.template_type == 'letter' and current_service.trial_mode %} {% set error = 'trial-mode-letters' %}