State when organisation has no live services

The page looks broken otherwise.
This commit is contained in:
Chris Hill-Scott
2020-03-03 10:34:20 +00:00
parent 3cfceda0b8
commit 58176d5fa0
2 changed files with 12 additions and 0 deletions

View File

@@ -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 %}