X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/1a013c54edacc9eaed551a648bf75284b794a820..48dfa850a401cd7c643bb3c38dbb10b9f4ee3a2a:/apps/search/views.py diff --git a/apps/search/views.py b/apps/search/views.py index 2d8838ccf..527ca8224 100644 --- a/apps/search/views.py +++ b/apps/search/views.py @@ -77,7 +77,7 @@ def hint(request): def category_name(c): if c.startswith('pd_'): c=c[len('pd_'):] - return _(c) + return _(c) return JSONResponse( [{'label': t.name,