X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/1a013c54edacc9eaed551a648bf75284b794a820..32738366b8aee16f4bb8767b383fbbbdf79e7ed8:/apps/search/views.py?ds=inline

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,