mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
In trial mode you can’t send letters. But it’s still useful to be able to build up a letter to see how it work. Best place to put this error is before someone tries to send a letter for real.
9 lines
369 B
HTML
9 lines
369 B
HTML
<h1 class='banner-title' data-module="track-error" data-error-type="Trying to send letters in trial mode" data-error-label="{{ upload_id }}">
|
||
You can’t send
|
||
{{ 'this letter' if count_of_recipients == 1 else 'these letters' }}
|
||
</h1>
|
||
<p>
|
||
In <a href="{{ url_for('.using_notify') }}#trial-mode">trial mode</a> you
|
||
can only preview how your letters will look
|
||
</p>
|