From d43b849d491aebd161196a817b5ff720cb93e7d4 Mon Sep 17 00:00:00 2001 From: Santiago Lamora Date: Mon, 20 Jan 2020 18:19:55 +0100 Subject: [PATCH] Code template when no saas exists. --- musician/templates/musician/saas.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/musician/templates/musician/saas.html b/musician/templates/musician/saas.html index eaad20a..2dc932a 100644 --- a/musician/templates/musician/saas.html +++ b/musician/templates/musician/saas.html @@ -38,6 +38,18 @@ + {% empty %} +
+
+
+
+

+ {# Translators: saas page when there isn't any saas. #} +
{% trans "Ooops! Looks like there is nothing here!" %}
+
+
+
+
{% endfor %} {% endblock %}