diff --git a/uniweb/models.py b/uniweb/models.py index a3d2cb0ba9da1b2d652dc90adabdf807d1beaa62..bf1c3188ff75218ceba29146ddff2c9c5b1b22db 100644 --- a/uniweb/models.py +++ b/uniweb/models.py @@ -51,6 +51,11 @@ from shared.models import ( SharedTaggedUniwebArticle, SocialMixin, SubpageMixin, + MainHomePageMixin, + MainMenuMixin, + SocialMixin, + CalendarMixin, + MainSearchPageMixin, ) from shared_legacy.models import FooterMixin as LegacyFooterMixin from shared_legacy.utils import make_promote_panels, strip_all_html_tags, trim_to_length @@ -835,4 +840,4 @@ class UniwebPdfPage(MetadataPageMixin, SubpageMixin, Page, PdfPageMixin): class UniwebSearchPage(MainSearchPageMixin): ### RELATIONS - parent_page_types = ["uniweb.UniwebHomePage"] + parent_page_types = ["uniweb.UniwebHomePage"] \ No newline at end of file diff --git a/uniweb/templates/uniweb/uniweb_home_page.html b/uniweb/templates/uniweb/uniweb_home_page.html index 84485da6c3e9ca6904513876414c8d17413002e6..595c6b1fc9c20a9d89b661ea2f22b6186264bb24 100644 --- a/uniweb/templates/uniweb/uniweb_home_page.html +++ b/uniweb/templates/uniweb/uniweb_home_page.html @@ -26,4 +26,4 @@ </div> {% endblock %} </main> -{% endblock %} +{% endblock %} \ No newline at end of file