mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 07:48:26 -04:00
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>
|