makes the title translatable
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
{% extends "wagtailadmin/base.html" %}
|
||||
{% load i18n staticfiles %}
|
||||
{% block titletag %}Segments{% endblock %}
|
||||
{% block titletag %}{% trans "Segments" %}{% endblock %}
|
||||
|
||||
|
||||
{% block content %}
|
||||
|
Reference in New Issue
Block a user