From 40ce47a4f24d1d9964f5a7668312ece8814ec131 Mon Sep 17 00:00:00 2001 From: itqop Date: Sun, 17 Mar 2024 19:17:14 +0300 Subject: [PATCH] Edit Home_page --- home/templates/home/home_page.html | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/home/templates/home/home_page.html b/home/templates/home/home_page.html index d0412a4..55f9bd7 100644 --- a/home/templates/home/home_page.html +++ b/home/templates/home/home_page.html @@ -1,21 +1,11 @@ {% 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 %} - - -{% endblock content %} + {{ page.body|richtext }} +{% endblock %} \ No newline at end of file