0.0.28 get filtered and ordered blocks
This commit is contained in:
@@ -34,6 +34,7 @@ class Block_Abstract(BaseModelViewPage):
|
||||
verbose_name = _('Блок')
|
||||
verbose_name_plural = _('Блоки')
|
||||
abstract = True
|
||||
ordering = ['order']
|
||||
|
||||
|
||||
class Block(Block_Abstract):
|
||||
|
||||
Reference in New Issue
Block a user