Skip to content

Commit

Permalink
add app_label trans
Browse files Browse the repository at this point in the history
  • Loading branch information
JoveYu committed Mar 26, 2014
1 parent b6e9362 commit 4f26691
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xadmin/templates/xadmin/includes/sitemenu_accordion.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h6 class="panel-title">
{% if item.icon %}<i class="fa-fw {{item.icon}}"></i>
{% elif item.first_icon %}<i class="fa-fw {{item.first_icon}}"></i>
{%else%}<i class="fa-fw fa fa-circle-o"></i>{% endif %}
{{ item.title }}
{% trans item.title %}
{% if item.url %}</a>{% endif %}
</a>
</h6>
Expand All @@ -30,4 +30,4 @@ <h6 class="panel-title">
</div>
{% endfor %}
</div>
{% endblock navbar_md %}
{% endblock navbar_md %}

0 comments on commit 4f26691

Please sign in to comment.