show user that performed action

This commit is contained in:
Kenneth Love 2013-07-18 16:56:08 -07:00
parent 802265b60f
commit 99ae00a0ae

View file

@ -34,7 +34,7 @@
<ol>
{% for log in object_list %}
<li>{{ log }}</li>
<li>{{ log }} {% trans "by" %} {{ log.user }}</li>
{% endfor %}
</ol>
{% endblock content %}