0.0.28 get filtered and ordered blocks

This commit is contained in:
SDE
2023-11-30 17:14:10 +03:00
parent 6635f93db8
commit bb2eaf54c4
9 changed files with 178 additions and 14 deletions

View File

@@ -43,6 +43,7 @@ class Section(BaseModelViewPage):
plugin_presentation = GenericRelation('ServicesApp.BlockPluginPresentation',
related_query_name='grel_%(class)s_for_block_plugin_presentation')
class Meta:
verbose_name = _('Раздел сайта')
verbose_name_plural = _('Разделы сайта')