From b233e3ca24c70f0a9f094ab624b630c9c5620c41 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Fri, 7 Jun 2019 09:09:13 +0100 Subject: [PATCH] List live services if no organisations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit If the user doesn’t belong to any organisations then the only live services they can see are the ones they directly have access to. So let’s list these above the user’s trial mode services (because they’re more important). --- app/templates/views/choose-account.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/app/templates/views/choose-account.html b/app/templates/views/choose-account.html index 6686a4e65..bbe5ec629 100644 --- a/app/templates/views/choose-account.html +++ b/app/templates/views/choose-account.html @@ -40,6 +40,20 @@ {% endfor %}
{% endif %} + {% if not organisations %} + {% if current_user.trial_mode_services %} + +

+ Live services +

+