mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 08:38:26 -04:00
also move out some from the check.html page. This is going to help with sharing templates between single notifications and csv files.
11 lines
308 B
HTML
11 lines
308 B
HTML
<div class="bottom-gutter">
|
||
{% call banner_wrapper(type='dangerous') %}
|
||
<h1 class='banner-title'>
|
||
Message too long
|
||
</h1>
|
||
<p>
|
||
Text messages can’t be longer than {{ template|string|length }} characters. Your message is {{message_length}} characters.
|
||
</p>
|
||
{% endcall %}
|
||
</div>
|