Replacing ugettext_lazy with gettext

This commit is contained in:
Leonhard Strohmidel
2022-09-17 18:07:29 +02:00
parent 14effd33e2
commit c483c3511d
11 changed files with 11 additions and 11 deletions

View File

@@ -9,7 +9,7 @@ from django.urls import reverse
from django.contrib.auth.models import User
from django.utils import timezone
from django.conf import settings
from django.utils.translation import ugettext_lazy as _
from django.utils.translation import gettext as _
from lostplaces.models import Place