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

@@ -3,7 +3,7 @@ import django_comments as comments
from django.conf import settings
from django.contrib.syndication.views import Feed
from django.utils.feedgenerator import Rss201rev2Feed
from django.utils.translation import ugettext as _
from django.utils.translation import gettext as _
from content.models import Article