Syntax error in image detail template
Change-Id: I620f1b3b07b0342653a23ede8a222dafd97e65b8
This commit is contained in:
parent
279d4282e1
commit
3e7fd76d7a
@ -30,7 +30,7 @@
|
|||||||
{% if image.updated_at %}
|
{% if image.updated_at %}
|
||||||
<dd>{{ image.updated_at|parse_isotime }}</dd>
|
<dd>{{ image.updated_at|parse_isotime }}</dd>
|
||||||
{% else %}
|
{% else %}
|
||||||
<dd>{% trans "Never updated" %} }}</dd>
|
<dd>{% trans "Never updated" %}</dd>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</dl>
|
</dl>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user