Update titles for registrar

This commit is contained in:
Rebecca Hsieh 2024-06-03 13:16:18 -07:00
parent 8268ec8112
commit 12c044d29a
No known key found for this signature in database
3 changed files with 4 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{% extends "domain_base.html" %}
{% load static field_helpers url_helpers %}
{% block title %}Domain authorizing official | {{ domain.name }} | {% endblock %}
{% block title %}Authorizing official | {{ domain.name }} | {% endblock %}
{% block domain_content %}
{# this is right after the messages block in the parent template #}

View file

@ -1,7 +1,7 @@
{% extends "base.html" %}
{% load static %}
{% block title %}Domain: {{ domain.name }} | {% endblock %}
{% block title %}{{ domain.name }} | {% endblock %}
{% block content %}
<div class="grid-container">

View file

@ -1,6 +1,8 @@
{% extends 'base.html' %}
{% load static form_helpers url_helpers %}
{% block title %} Start a request | {% endblock %}
{% block content %}
<main id="main-content" class="grid-container">
<div class="grid-col desktop:grid-offset-2 desktop:grid-col-8">