include timezone when showing availability
This commit is contained in:
parent
4c2cc2973f
commit
f9716c1b40
|
@ -37,7 +37,7 @@
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
This product is available from
|
This product is available from
|
||||||
{{ product.available_in.lower|date:"Y-m-d H:i" }}
|
{{ product.available_in.lower|date:"Y-m-d H:i T" }}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue