0.0.10 fix get_content_for_section_ajax

This commit is contained in:
SDE
2023-11-26 19:02:01 +03:00
parent 872f569fc3
commit 1243ad9110
9 changed files with 110 additions and 10 deletions

View File

@@ -108,6 +108,8 @@ class BaseModelViewPage(BaseModel):
FAQ_title = models.CharField(max_length=250, verbose_name=_(u'FAQ Заголовок'), null=True, blank=True)
FAQ_items = GenericRelation('GeneralApp.FAQitem', related_query_name='grel_%(class)s_for_faq_item')
blocks = GenericRelation('GeneralApp.Block', related_query_name='grel_%(class)s_for_block_item')
class Meta:
abstract = True