Fix user log that always shows empty

This commit is contained in:
Raphael Michel
2019-08-30 13:00:02 +02:00
parent 67da6a18a8
commit e3a4ec93fc
3 changed files with 30 additions and 5 deletions

View File

@@ -10,6 +10,7 @@
{% trans "Account history" %}
</h3>
</div>
{% include "pretixcontrol/includes/logs.html" with obj=user %}
{% include "pretixcontrol/includes/logs.html" with obj=fakeobj %}
</div>
{% include "pretixcontrol/pagination.html" %}
{% endblock %}