mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-19 05:53:51 -04:00
14 lines
380 B
HTML
14 lines
380 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 cannot be longer than {{ SMS_CHAR_COUNT_LIMIT }} characters.
|
|
Your message is {{ template.content_count }} characters.
|
|
</p>
|
|
{% endcall %}
|
|
</div>
|