show last change instead of last update
This commit is contained in:
parent
aa92983064
commit
35830a5a19
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,8 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
<br>
|
<br>
|
||||||
{% with datetime=changeset.last_update.datetime|date:"DATETIME_FORMAT" %}
|
{% with datetime=changeset.last_change.datetime|date:"DATETIME_FORMAT" %}
|
||||||
{% blocktrans %}last update at {{ datetime }}{% endblocktrans %}
|
{% blocktrans %}last change at {{ datetime }}{% endblocktrans %}
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
</p>
|
</p>
|
||||||
{% bootstrap_messages %}
|
{% bootstrap_messages %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue