Kaydet (Commit) 95648eb5 authored tarafından Jan Pieter Waagmeester's avatar Jan Pieter Waagmeester Kaydeden (comit) Tim Graham

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

üst c00ae7f5
...@@ -52,8 +52,8 @@ ...@@ -52,8 +52,8 @@
{% block sidebar %} {% block sidebar %}
<div id="content-related"> <div id="content-related">
<div class="module" id="recent-actions-module"> <div class="module" id="recent-actions-module">
<h2>{% trans 'Recent Actions' %}</h2> <h2>{% trans 'Recent actions' %}</h2>
<h3>{% trans 'My Actions' %}</h3> <h3>{% trans 'My actions' %}</h3>
{% load log %} {% load log %}
{% get_admin_log 10 as admin_log for_user user %} {% get_admin_log 10 as admin_log for_user user %}
{% if not admin_log %} {% if not admin_log %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment