From 1aebea311054f0bb9bf02dbd7c6ea67717d79914 Mon Sep 17 00:00:00 2001 From: sina lalehbakhsh Date: Fri, 19 Jul 2024 17:15:30 -0400 Subject: [PATCH] Add All Changes --- pages/templates/pages/aboutus.html | 18 +++++++----------- templates/_base.html | 12 ++++++------ 2 files changed, 13 insertions(+), 17 deletions(-) diff --git a/pages/templates/pages/aboutus.html b/pages/templates/pages/aboutus.html index 5df3167..d918aa3 100644 --- a/pages/templates/pages/aboutus.html +++ b/pages/templates/pages/aboutus.html @@ -1,11 +1,7 @@ - - - - - - About us - - -

About Us

- - \ No newline at end of file +{% extends '_base.html' %} +{% block page_title %} + about us +{% endblock %} + + +

About Us

diff --git a/templates/_base.html b/templates/_base.html index a0ef6df..6a4a430 100644 --- a/templates/_base.html +++ b/templates/_base.html @@ -47,18 +47,18 @@