Move to fnp_django_pagination.
[prawokultury.git] / prawokultury / settings.d / 60-custom.py
index 87e1d91..9b7a4da 100644 (file)
@@ -1,8 +1,7 @@
-from fnpdjango.utils.settings import LazyUGettextLazy as gettext
 from migdal.helpers import EntryType
 
 MIGDAL_TYPES = (
-    EntryType('info', gettext('info'), commentable=False, on_main=False),
+    EntryType('info', 'info', commentable=False, on_main=False),
 )
 
 MIGDAL_TAXONOMIES = ()