Fix app translation

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
Yohann D'ANELLO 2022-03-09 18:56:48 +01:00
parent 5b713f0a19
commit 086a22e36a
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# Copyright (C) 2020 by BDE ENS Paris-Saclay # Copyright (C) 2020 by BDE ENS Paris-Saclay
from django.apps import AppConfig from django.apps import AppConfig
from django.utils.translation import gettext_lazy as _
class TBDEConfig(AppConfig): class TBDEConfig(AppConfig):