fix: Fix various page titles (#4239)

Fixes #4230
This commit is contained in:
Lars Eggert 2022-07-21 19:11:31 +03:00 committed by GitHub
parent 8bdbf7cb9a
commit 54a8188ab9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{# Copyright The IETF Trust 2007, All Rights Reserved #}
{% extends "base.html" %}
{% load static %}
{% block title %}404 Not Found{% endblock %}
{% block title %}Error: Restricted Access{% endblock %}
{% block content %}
<img class="col-2 mb-5"
src="{% static 'ietf/images/ietf-logo.svg' %}"

View file

@ -1,7 +1,7 @@
{# Copyright The IETF Trust 2007, All Rights Reserved #}
{% extends "base.html" %}
{% load static %}
{% block title %}404 Not Found{% endblock %}
{% block title %}Error: Page Not Found{% endblock %}
{% block content %}
<img class="col-2 mb-5"
src="{% static 'ietf/images/ietf-logo.svg' %}"

View file

@ -1,7 +1,7 @@
{# Copyright The IETF Trust 2007, All Rights Reserved #}
{% extends "base.html" %}
{% load static %}
{% block title %}404 Not Found{% endblock %}
{% block title %}Request for Permission{% endblock %}
{% block content %}
<h1>Request for Permission</h1>
<p class="my-3">
@ -24,4 +24,4 @@
<button class="btn btn-primary" name="allow" type="submit" value="Authorize">Authorize</button>
<button class="btn btn-secondary float-end" type="submit">Decline</button>
</form>
{% endblock %}
{% endblock %}

View file

@ -1,7 +1,7 @@
{# Copyright The IETF Trust 2007, All Rights Reserved #}
{% extends "base.html" %}
{% load static %}
{% block title %}404 Not Found{% endblock %}
{% block title %}Permission Error{% endblock %}
{% block content %}
<img class="col-2 mb-5"
src="{% static 'ietf/images/ietf-logo.svg' %}"