mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-11 17:38:50 -04:00
Only talk about trial mode when you’re in it
Services have a daily limit whether or not they’re in trial mode. So it only makes sense to tell you that the limit is because of trial mode when you are in it.
This commit is contained in:
@@ -22,7 +22,11 @@
|
||||
{% if statistics.emails_requested or statistics.sms_requested %}
|
||||
<p>
|
||||
You can only send {{ current_service.message_limit }}
|
||||
messages per day in <a href="{{ url_for('.trial_mode')}}">trial mode</a>.
|
||||
messages per day
|
||||
{%- if current_service.restricted %}
|
||||
in <a href="{{ url_for('.trial_mode')}}">trial mode</a>
|
||||
{%- endif -%}
|
||||
.
|
||||
</p>
|
||||
{% endif %}
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user