Add missing "i18n" to some templates (#226)

This commit is contained in:
Christian Wiegand 2022-09-14 19:32:14 +02:00 committed by GitHub
parent 78135583ee
commit e08c6e790b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{% extends "dashboard/service_base.html" %}
{% load a17t_tags %}
{% load i18n a17t_tags %}
{% block head_title %}{% trans 'Delete' %} {{object.name}}{% endblock %}

View File

@ -1,6 +1,6 @@
{% 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 %}