mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 04:23:11 -04:00
Fix double error border
This commit is contained in:
@@ -113,9 +113,7 @@
|
|||||||
{% with
|
{% with
|
||||||
count_of_recipients=count_of_recipients
|
count_of_recipients=count_of_recipients
|
||||||
%}
|
%}
|
||||||
{% call banner_wrapper(type='dangerous') %}
|
{% include "partials/check/trying-to-send-letters-in-trial-mode.html" %}
|
||||||
{% include "partials/check/trying-to-send-letters-in-trial-mode.html" %}
|
|
||||||
{% endcall %}
|
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -10,13 +10,13 @@
|
|||||||
{% if template.template_type == 'letter' and current_service.trial_mode %}
|
{% if template.template_type == 'letter' and current_service.trial_mode %}
|
||||||
{% set error = 'trial-mode-letters' %}
|
{% set error = 'trial-mode-letters' %}
|
||||||
<div class="bottom-gutter">
|
<div class="bottom-gutter">
|
||||||
{% with
|
{% call banner_wrapper(type='dangerous') %}
|
||||||
count_of_recipients=1
|
{% with
|
||||||
%}
|
count_of_recipients=1
|
||||||
{% call banner_wrapper(type='dangerous') %}
|
%}
|
||||||
{% include "partials/check/trying-to-send-letters-in-trial-mode.html" %}
|
{% include "partials/check/trying-to-send-letters-in-trial-mode.html" %}
|
||||||
{% endcall %}
|
{% endwith %}
|
||||||
{% endwith %}
|
{% endcall %}
|
||||||
</div>
|
</div>
|
||||||
{% elif error == 'not-allowed-to-send-to' %}
|
{% elif error == 'not-allowed-to-send-to' %}
|
||||||
<div class="bottom-gutter">
|
<div class="bottom-gutter">
|
||||||
|
|||||||
Reference in New Issue
Block a user