From f4122767279a13ad8546ff00d3b3b4da7eb3de12 Mon Sep 17 00:00:00 2001 From: Seamus Johnston Date: Thu, 17 Nov 2022 09:51:10 -0600 Subject: [PATCH] Fix heading levels --- src/registrar/templates/404.html | 2 +- src/registrar/templates/home.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/registrar/templates/404.html b/src/registrar/templates/404.html index cac4df5d0..cbc4e89b0 100644 --- a/src/registrar/templates/404.html +++ b/src/registrar/templates/404.html @@ -6,7 +6,7 @@ {% block content %} -

{% translate "Page not found" %}

+

{% translate "Page not found" %}

{% translate "The requested page could not be found." %}

diff --git a/src/registrar/templates/home.html b/src/registrar/templates/home.html index c6de271d1..5235cb246 100644 --- a/src/registrar/templates/home.html +++ b/src/registrar/templates/home.html @@ -6,9 +6,9 @@
-

+

Welcome to the .gov registrar -

+
{% endblock %}