Syntax error in image detail template

Change-Id: I620f1b3b07b0342653a23ede8a222dafd97e65b8
This commit is contained in:
Radomir Dopieralski 2019-08-22 12:34:11 +02:00
parent 279d4282e1
commit 3e7fd76d7a
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
{% if image.updated_at %}
<dd>{{ image.updated_at|parse_isotime }}</dd>
{% else %}
<dd>{% trans "Never updated" %} }}</dd>
<dd>{% trans "Never updated" %}</dd>
{% endif %}
</dl>