X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/360d9d37f72b1c6e2edb83c3a0218e55578134f3..4fae06ea1b9fec1a45482ac043aa049ebce3f465:/src/documents/templatetags/documents.py diff --git a/src/documents/templatetags/documents.py b/src/documents/templatetags/documents.py index 5c3b1eb8..b0a34bc9 100644 --- a/src/documents/templatetags/documents.py +++ b/src/documents/templatetags/documents.py @@ -3,7 +3,7 @@ # from django.urls import reverse from django import template -from django.utils.translation import ugettext as _ +from django.utils.translation import gettext as _ register = template.Library()