mirror of
https://github.com/ae-utbm/sith.git
synced 2026-02-11 01:48:18 +00:00
show creation date on Product update page
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
{% block content %}
|
||||
{% if object %}
|
||||
<h2>{% trans name=object %}Edit product {{ name }}{% endtrans %}</h2>
|
||||
<p><i>{% trans %}Creation date{% endtrans %} : {{ object.created_at|date }}</i></p>
|
||||
{% else %}
|
||||
<h2>{% trans %}Product creation{% endtrans %}</h2>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user