mirror of
https://github.com/django/django.git
synced 2024-12-23 01:25:58 +00:00
Lowercased "actions" of "Recent actions" and "My actions" in admin index sidebar.
This commit is contained in:
parent
c00ae7f58c
commit
95648eb5c1
@ -52,8 +52,8 @@
|
||||
{% block sidebar %}
|
||||
<div id="content-related">
|
||||
<div class="module" id="recent-actions-module">
|
||||
<h2>{% trans 'Recent Actions' %}</h2>
|
||||
<h3>{% trans 'My Actions' %}</h3>
|
||||
<h2>{% trans 'Recent actions' %}</h2>
|
||||
<h3>{% trans 'My actions' %}</h3>
|
||||
{% load log %}
|
||||
{% get_admin_log 10 as admin_log for_user user %}
|
||||
{% if not admin_log %}
|
||||
|
Loading…
Reference in New Issue
Block a user