From eac9e1ab6ef7859b65568fc711f916b95e00c4d4 Mon Sep 17 00:00:00 2001 From: Kristina Yin <140533113+kristinacyin@users.noreply.github.com> Date: Mon, 5 Feb 2024 10:19:36 -0800 Subject: [PATCH] Issue #1471 - Update tab title on request pages (#1724) * change tab title on request pages * Change HTML page title to list the current page first --------- Co-authored-by: Michelle Rago <60157596+michelle-rago@users.noreply.github.com> --- src/registrar/templates/application_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registrar/templates/application_form.html b/src/registrar/templates/application_form.html index 524045fbe..965967072 100644 --- a/src/registrar/templates/application_form.html +++ b/src/registrar/templates/application_form.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} {% load static form_helpers url_helpers %} -{% block title %}Request a .gov domain | {{form_titles|get_item:steps.current}} | {% endblock %} +{% block title %}{{form_titles|get_item:steps.current}} | Request a .gov | {% endblock %} {% block content %}