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>
This commit is contained in:
Kristina Yin 2024-02-05 10:19:36 -08:00 committed by GitHub
parent 2a626a8638
commit eac9e1ab6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 %}
<div class="grid-container">
<div class="grid-row grid-gap">