Add domain name to title of mgmt pages, use vertical bar throughout

This commit is contained in:
igorkorenfeld 2023-04-11 16:27:14 -04:00
parent 76404c543b
commit aba2b7d1f2
No known key found for this signature in database
GPG key ID: 826947A4B867F659
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{% extends 'base.html' %}
{% load static form_helpers url_helpers %}
{% block title %}Apply for a .gov domain {{form_titles|get_item:steps.current}}{% endblock %}
{% block title %}Apply for a .gov domain | {{form_titles|get_item:steps.current}} | {% endblock %}
{% block content %}
<div class="grid-container">
<div class="grid-row grid-gap">

View file

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

View file

@ -1,7 +1,7 @@
{% extends "domain_base.html" %}
{% load static %}
{% block title %}User management{% endblock %}
{% block title %}User management | {{ domain.name }} | {% endblock %}
{% block domain_content %}
<h1>User management</h1>