From a9f23f6ea49f7a08fe62a3a37da9acca5cfebd41 Mon Sep 17 00:00:00 2001 From: Santiago Lamora Date: Tue, 14 Jan 2020 11:45:54 +0100 Subject: [PATCH] Hide domain.expiration_date (not provided by orchestra) --- musician/templates/musician/dashboard.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/musician/templates/musician/dashboard.html b/musician/templates/musician/dashboard.html index e57fc2d..375fbe3 100644 --- a/musician/templates/musician/dashboard.html +++ b/musician/templates/musician/dashboard.html @@ -46,7 +46,9 @@
+ {% comment "@slamora: orchestra doesn't have this information [won't fix] See issue #2" %} {% trans "Expiration date" %}: {{ domain.expiration_date|date:"SHORT_DATE_FORMAT" }} + {% endcomment %}