From f989be34d47ed54d3e25f053f1b99b7e212d4292 Mon Sep 17 00:00:00 2001 From: "tomas.patolan" Date: Fri, 16 Oct 2020 16:28:01 +0200 Subject: [PATCH] --- home/templates/home/home_page.html | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/home/templates/home/home_page.html b/home/templates/home/home_page.html index db9e9b0..d817878 100644 --- a/home/templates/home/home_page.html +++ b/home/templates/home/home_page.html @@ -1,21 +1,15 @@ {% extends "base.html" %} {% load static %} +{% load wagtailcore_tags %} {% block body_class %}template-homepage{% endblock %} {% block extra_css %} -{% comment %} -Delete the line below if you're just getting started and want to remove the welcome screen! -{% endcomment %} - {% endblock extra_css %} {% block content %} -{% comment %} -Delete the line below if you're just getting started and want to remove the welcome screen! -{% endcomment %} -{% include 'home/welcome_page.html' %} + {{ page.body|richtext }} {% endblock content %}