Commit 95648eb5 authored by Jan Pieter Waagmeester's avatar Jan Pieter Waagmeester Committed by Tim Graham
Browse files

Lowercased "actions" of "Recent actions" and "My actions" in admin index sidebar.

parent c00ae7f5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 %}