mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 02:23:19 -04:00
add template partials for some notification checks
also move out some from the check.html page. This is going to help with sharing templates between single notifications and csv files.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user