Expose log details for admins

This commit is contained in:
Raphael Michel
2018-10-01 14:13:44 +02:00
parent efbddc2486
commit f848561d25
7 changed files with 48 additions and 3 deletions

View File

@@ -30,13 +30,18 @@
<span class="fa fa-eraser fa-danger fa-fw"
data-toggle="tooltip"
title="{% trans "Personal data was cleared from this log entry." %}">
</span>
{% endif %}
</p>
<p>
{{ log.display }}
{% if staff_session %}
<a href="" class="btn btn-default btn-xs" data-expandlogs data-id="{{ log.pk }}">
<span class="fa-eye fa fa-fw"></span>
{% trans "Inspect" %}
</a>
{% endif %}
</p>
</li>
{% endfor %}