Merge "Syntax error in image detail template"

This commit is contained in:
Zuul 2019-08-22 20:00:30 +00:00 committed by Gerrit Code Review
commit 5adfe246d3

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>