Skip to content

Commit

Permalink
text change on contact page
Browse files Browse the repository at this point in the history
  • Loading branch information
tanveer65 committed Feb 27, 2024
1 parent 3120be9 commit fe888d4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<%! from django.utils.translation import gettext as _ %>
<%inherit file="../main.html" />

<%block name="pagetitle">${_("Contact")}</%block>
<%block name="pagetitle">${_("Contact Us")}</%block>

<main id="main" aria-label="Content" tabindex="-1">
<section class="container about">
<h1>
<%block name="pageheader">${page_header or _("Contact")}</%block>
<%block name="pageheader">${page_header or _("Contact Us")}</%block>
</h1>
<p>
<%block name="pagecontent">${page_content or _("This page left intentionally blank. Feel free to add your own content.")}</%block>
Expand Down

0 comments on commit fe888d4

Please sign in to comment.