mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-22 11:24:54 -05:00
14 lines
381 B
HTML
14 lines
381 B
HTML
{% from "components/banner.html" import banner_wrapper %}
|
||
|
||
<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 {{ SMS_CHAR_COUNT_LIMIT }} characters.
|
||
Your message is {{ template.content_count }} characters.
|
||
</p>
|
||
{% endcall %}
|
||
</div>
|