forked from expo/troggle
python3 fixes for djsngo admin pages
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
{% block related %}
|
||||
<h2>Recent Actions</h2>
|
||||
{% load log %}
|
||||
{% get_admin_log 10 as admin_log %}
|
||||
{% get_admin_log 10 as admin_log for_user 1 %}
|
||||
{% if not admin_log %}
|
||||
<p>No recent actions</p>
|
||||
{% else %}
|
||||
|
||||
Reference in New Issue
Block a user