mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-16 20:49:00 -04:00
State when organisation has no live services
The page looks broken otherwise.
This commit is contained in:
@@ -106,5 +106,11 @@
|
||||
</div>
|
||||
{% endfor %}
|
||||
<div class="keyline-block govuk-!-margin-top-2"></div>
|
||||
{% if not services %}
|
||||
<p class="govuk-body govuk-hint">
|
||||
{{ current_org.name }} has no live services on GOV.UK Notify
|
||||
</p>
|
||||
<div class="keyline-block govuk-!-margin-top-2"></div>
|
||||
{% endif %}
|
||||
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user