mirror of
https://github.com/django/django.git
synced 2024-12-24 18:16:19 +00:00
Fixed admin template bug from [948]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@951 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
d7a69df1b6
commit
c548955d29
@ -49,7 +49,7 @@
|
||||
<div class="module" id="recent-actions-module">
|
||||
<h2>Recent Actions</h2>
|
||||
<h3>My Actions</h3>
|
||||
{% load auth.log %}
|
||||
{% load log %}
|
||||
{% get_admin_log 10 as admin_log for_user user %}
|
||||
{% if not admin_log %}
|
||||
<p>None available</p>
|
||||
|
Loading…
Reference in New Issue
Block a user