mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04:00
These links used to be on the ‘using Notify’ page which has been broken up. So there’s now a standalone page about trial mode that we can link to.
9 lines
360 B
HTML
9 lines
360 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('.trial_mode_new') }}">trial mode</a> you
|
||
can only preview how your letters will look
|
||
</p>
|