Cleanup
[wolnelektury.git] / src / infopages / admin.py
index 67960ae..d9f0748 100644 (file)
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
 # This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
 # Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
 #
@@ -9,6 +8,6 @@ from infopages.models import InfoPage
 
 
 class InfoPageAdmin(TranslationAdmin):
-    list_display = ('title', 'slug', 'main_page')
+    list_display = ('title', 'slug')
 
 admin.site.register(InfoPage, InfoPageAdmin)