Add missing "i18n" to some templates (#226)
This commit is contained in:
parent
78135583ee
commit
e08c6e790b
@ -1,6 +1,6 @@
|
|||||||
{% extends "dashboard/service_base.html" %}
|
{% extends "dashboard/service_base.html" %}
|
||||||
|
|
||||||
{% load a17t_tags %}
|
{% load i18n a17t_tags %}
|
||||||
|
|
||||||
{% block head_title %}{% trans 'Delete' %} {{object.name}}{% endblock %}
|
{% block head_title %}{% trans 'Delete' %} {{object.name}}{% endblock %}
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{% extends "dashboard/service_base.html" %}
|
{% extends "dashboard/service_base.html" %}
|
||||||
|
|
||||||
{% load a17t_tags pagination humanize helpers %}
|
{% load i18n a17t_tags pagination humanize helpers %}
|
||||||
|
|
||||||
{% block head_title %}{{object.name}} Session{% endblock %}
|
{% block head_title %}{{object.name}} Session{% endblock %}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user