mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-04-27 01:54:46 +00:00
show user that performed action
This commit is contained in:
parent
802265b60f
commit
99ae00a0ae
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
<ol>
|
||||
{% for log in object_list %}
|
||||
<li>{{ log }}</li>
|
||||
<li>{{ log }} {% trans "by" %} {{ log.user }}</li>
|
||||
{% endfor %}
|
||||
</ol>
|
||||
{% endblock content %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue