Log view: Show full name

This commit is contained in:
Raphael Michel
2016-03-22 13:15:50 +01:00
parent ff3d0f53e7
commit fdd3a6c6ca

View File

@@ -4,7 +4,7 @@
<p class="meta">
<span class="fa fa-clock-o"></span> {{ log.datetime|date:"SHORT_DATETIME_FORMAT" }}
{% if log.user %}
<br/><span class="fa fa-user"></span> {{ log.user }}
<br/><span class="fa fa-user"></span> {{ log.user.get_full_name }}
{% endif %}
</p>