From 5e2d1966f8f66cc1e25ea5e456c3e08c36100b2a Mon Sep 17 00:00:00 2001 From: "M.Ravi" Date: Wed, 18 Oct 2017 16:53:05 +0200 Subject: [PATCH] Add section_about and _about_item templates --- .../ungleich_page/glasfaser/_about_item.html | 10 ++++++++++ .../ungleich_page/glasfaser/section_about.html | 18 ++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 ungleich_page/templates/ungleich_page/glasfaser/_about_item.html create mode 100644 ungleich_page/templates/ungleich_page/glasfaser/section_about.html diff --git a/ungleich_page/templates/ungleich_page/glasfaser/_about_item.html b/ungleich_page/templates/ungleich_page/glasfaser/_about_item.html new file mode 100644 index 00000000..fee322d4 --- /dev/null +++ b/ungleich_page/templates/ungleich_page/glasfaser/_about_item.html @@ -0,0 +1,10 @@ +
  • +
    + +
    +
    +
    +

    {{ instance.title }}

    +
    +
    +
  • \ No newline at end of file diff --git a/ungleich_page/templates/ungleich_page/glasfaser/section_about.html b/ungleich_page/templates/ungleich_page/glasfaser/section_about.html new file mode 100644 index 00000000..e9c811ce --- /dev/null +++ b/ungleich_page/templates/ungleich_page/glasfaser/section_about.html @@ -0,0 +1,18 @@ +{% load cms_tags %} +
    +
    +
    +

    {{ about_instance.title }}

    +

    {{ about_instance.sub_title }}

    +
    +
    +
    +
      + {% for plugin in about_instance.child_plugin_instances %} + {% render_plugin plugin %} + {% endfor %} +
    +
    +
    +
    +
    \ No newline at end of file