From 12248d32f739ee87e71aa02d514313b16257d3ca Mon Sep 17 00:00:00 2001
From: Chris Hill-Scott
Date: Fri, 4 Nov 2016 10:38:37 +0000
Subject: [PATCH] Tell users when their service is live
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
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.
---
app/templates/views/service-settings.html | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/app/templates/views/service-settings.html b/app/templates/views/service-settings.html
index 03746a982..cfe3b9009 100644
--- a/app/templates/views/service-settings.html
+++ b/app/templates/views/service-settings.html
@@ -53,6 +53,19 @@
To remove these restrictions
request to go live.
+ {% else %}
+ Your service is live
+
+
+ You can send up to
+ {{ "{:,}".format(current_service.message_limit) }} messages
+ per day.
+
+
+ Problems or comments?
+ Give feedback.
+
+
{% endif %}
{% if current_user.has_permissions([], admin_override=True) %}