mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -04:00
Tell users when their service is live
Seen it a few times in research where people are like “so it’s live now … I think. Is it?” Let’s tell them exactly what’s happened. Also a chance to get @minglis’ idea about showing the daily limit.
This commit is contained in:
@@ -53,6 +53,19 @@
|
|||||||
To remove these restrictions
|
To remove these restrictions
|
||||||
<a href="{{ url_for('.service_request_to_go_live', service_id=current_service.id) }}">request to go live</a>.
|
<a href="{{ url_for('.service_request_to_go_live', service_id=current_service.id) }}">request to go live</a>.
|
||||||
</p>
|
</p>
|
||||||
|
{% else %}
|
||||||
|
<h2 class="heading-medium">Your service is live</h2>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
You can send up to
|
||||||
|
{{ "{:,}".format(current_service.message_limit) }} messages
|
||||||
|
per day.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Problems or comments?
|
||||||
|
<a href="{{ url_for('main.feedback') }}">Give feedback</a>.
|
||||||
|
</p>
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if current_user.has_permissions([], admin_override=True) %}
|
{% if current_user.has_permissions([], admin_override=True) %}
|
||||||
|
|||||||
Reference in New Issue
Block a user