0.3.16 Projects model and admin

This commit is contained in:
SDE
2023-12-10 15:15:37 +03:00
parent 17471f594d
commit bb1c0e4b1f
8 changed files with 234 additions and 26 deletions

View File

@@ -104,12 +104,12 @@ class Admin_StaticPage(SuperModelAdmin, Admin_Trans_BaseModelViewPage):
'order',
)
}),
('SEO', {
'classes': ['wide', 'collapse'],
'fields': (
'seo_title', 'seo_description', 'seo_keywords', 'seo_text',
)
}),
# ('SEO', {
# 'classes': ['wide', 'collapse'],
# 'fields': (
# 'seo_title', 'seo_description', 'seo_keywords', 'seo_text',
# )
# }),
]