mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-30 03:08:56 -04:00
There was a bug that displayed the error message with 2 red error boxes around the error message. Also need another else to handle a new error message from the API, the old one can be removed after the API is deployed. But this can go first. I tested this branch with API master and the API branch with the change. I tested one off SMS and a CSV upload.
8 lines
196 B
HTML
8 lines
196 B
HTML
<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>
|