Hide domain.expiration_date (not provided by orchestra)

This commit is contained in:
Santiago Lamora 2020-01-14 11:45:54 +01:00
parent 669600f4da
commit a9f23f6ea4
1 changed files with 2 additions and 0 deletions

View File

@ -46,7 +46,9 @@
</button>
</div>
<div class="col-md text-right">
{% comment "@slamora: orchestra doesn't have this information [won't fix] See issue #2" %}
{% trans "Expiration date" %}: <strong>{{ domain.expiration_date|date:"SHORT_DATE_FORMAT" }}</strong>
{% endcomment %}
</div>
</div>
</div><!-- /card-header-->