Fixed: ugettext has been deprecated

Fixed: Multiple Upload for Eventpics
This commit is contained in:
2023-06-11 10:10:29 +02:00
parent e3daccafb1
commit 3efc4335bb
23 changed files with 47 additions and 32 deletions

View File

@@ -4,7 +4,7 @@ Created on 28.09.2011
@author: christian
"""
from django.core.files.storage import FileSystemStorage
from django.utils.translation import ugettext as _
from django.utils.translation import gettext as _
from .countries import COUNTRIES
from .html_cleaner import HtmlCleaner