From fe888d41b1aa59b3b4ab3d66663607174fedb098 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Ctanveer65=E2=80=9D?= Date: Tue, 27 Feb 2024 15:41:50 +0500 Subject: [PATCH] text change on contact page --- .../indigo/lms/templates/static_templates/contact.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorindigo/templates/indigo/lms/templates/static_templates/contact.html b/tutorindigo/templates/indigo/lms/templates/static_templates/contact.html index d3a195ac8..35af52e8e 100644 --- a/tutorindigo/templates/indigo/lms/templates/static_templates/contact.html +++ b/tutorindigo/templates/indigo/lms/templates/static_templates/contact.html @@ -3,12 +3,12 @@ <%! from django.utils.translation import gettext as _ %> <%inherit file="../main.html" /> -<%block name="pagetitle">${_("Contact")} +<%block name="pagetitle">${_("Contact Us")}

- <%block name="pageheader">${page_header or _("Contact")} + <%block name="pageheader">${page_header or _("Contact Us")}

<%block name="pagecontent">${page_content or _("This page left intentionally blank. Feel free to add your own content.")}