X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/360d9d37f72b1c6e2edb83c3a0218e55578134f3..4fae06ea1b9fec1a45482ac043aa049ebce3f465:/src/documents/templatetags/book_list.py diff --git a/src/documents/templatetags/book_list.py b/src/documents/templatetags/book_list.py index 88120d20..2261f5d6 100644 --- a/src/documents/templatetags/book_list.py +++ b/src/documents/templatetags/book_list.py @@ -4,7 +4,7 @@ import re from django.db.models import Q, Count, F, Max from django import template -from django.utils.translation import ugettext_lazy as _ +from django.utils.translation import gettext_lazy as _ from django.contrib.auth.models import User from documents.models import Book, Chunk, Image, Project