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 %}
|
||||
{% endwith %}
|
||||
<br>
|
||||
{% with datetime=changeset.last_update.datetime|date:"DATETIME_FORMAT" %}
|
||||
{% blocktrans %}last update at {{ datetime }}{% endblocktrans %}
|
||||
{% with datetime=changeset.last_change.datetime|date:"DATETIME_FORMAT" %}
|
||||
{% blocktrans %}last change at {{ datetime }}{% endblocktrans %}
|
||||
{% endwith %}
|
||||
</p>
|
||||
{% bootstrap_messages %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue