From b896b1da82d54e32b9aa3b7162010cb7ec4fe014 Mon Sep 17 00:00:00 2001 From: Santiago Lamora Date: Tue, 21 Jan 2020 13:24:49 +0100 Subject: [PATCH] Hidde Saas "Installed on" until API exposes that. --- musician/templates/musician/saas.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/musician/templates/musician/saas.html b/musician/templates/musician/saas.html index ca12f2d..cff1e83 100644 --- a/musician/templates/musician/saas.html +++ b/musician/templates/musician/saas.html @@ -13,9 +13,11 @@
{{ saas.name }}
+ {% comment "Hidden until API provides this information" %}
{% trans "Installed on" %}: {{ saas.domain|default:"-" }}
+ {% endcomment %}