0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00

Use snippets translation (#2785)

This commit is contained in:
Raphael Stolt 2016-06-27 18:36:38 +02:00 committed by Matt Westcott
parent 64c7a6367a
commit 843088bc9b

View File

@ -2,8 +2,8 @@
{% load i18n %}
{% block titletag %}{% trans "Snippets" %}{% endblock %}
{% block content %}
{% include "wagtailadmin/shared/header.html" with title="Snippets" icon="snippet" %}
{% trans "Snippets" as snippets_str %}
{% include "wagtailadmin/shared/header.html" with title=snippets_str icon="snippet" %}
<div class="nice-padding">
<ul class="listing">