mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 18:25:58 +02:00
Add pipes on all pages
This commit is contained in:
parent
2785a83254
commit
8ca1a632e1
5 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
{% extends 'base.html' %}
|
{% extends 'base.html' %}
|
||||||
{% load static %}
|
{% load static %}
|
||||||
|
|
||||||
{% block title %}Thanks for your domain request!{% endblock %}
|
{% block title %}Thanks for your domain request! | {% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<main id="main-content" class="grid-container register-form-step">
|
<main id="main-content" class="grid-container register-form-step">
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{% extends 'base.html' %}
|
{% extends 'base.html' %}
|
||||||
|
|
||||||
{% block title %}Withdraw request for {{ domainapplication.requested_domain.name }}{% endblock %}
|
{% block title %}Withdraw request for {{ domainapplication.requested_domain.name }} | {% endblock %}
|
||||||
{% load static url_helpers %}
|
{% load static url_helpers %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
|
@ -149,7 +149,7 @@
|
||||||
{% block logo %}
|
{% block logo %}
|
||||||
<div class="usa-logo display-inline-block" id="extended-logo">
|
<div class="usa-logo display-inline-block" id="extended-logo">
|
||||||
<strong class="usa-logo__text" >
|
<strong class="usa-logo__text" >
|
||||||
<a href="{% url 'home' %}">.gov registrar </a>
|
<a href="{% url 'home' %}">.gov Registrar </a>
|
||||||
</strong>
|
</strong>
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{% extends "domain_base.html" %}
|
{% extends "domain_base.html" %}
|
||||||
{% load static field_helpers %}
|
{% load static field_helpers %}
|
||||||
|
|
||||||
{% block title %}Add another user{% endblock %}
|
{% block title %}Add another user | {% endblock %}
|
||||||
|
|
||||||
{% block domain_content %}
|
{% block domain_content %}
|
||||||
<h1>Add a domain manager</h1>
|
<h1>Add a domain manager</h1>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{% extends 'base.html' %}
|
{% extends 'base.html' %}
|
||||||
|
|
||||||
{% block title %}
|
{% block title %}
|
||||||
Edit your User Profile
|
Edit your User Profile |
|
||||||
{% endblock title %}
|
{% endblock title %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue