7

makes the title translatable

This commit is contained in:
Boris Besemer
2016-11-07 12:21:06 +01:00
parent c7a216bf00
commit e6786943f7

View File

@ -1,6 +1,6 @@
{% extends "wagtailadmin/base.html" %}
{% load i18n staticfiles %}
{% block titletag %}Segments{% endblock %}
{% block titletag %}{% trans "Segments" %}{% endblock %}
{% block content %}