Update 401 error content

This commit is contained in:
karlchillmaid
2019-11-11 08:54:27 +00:00
committed by GitHub
parent c3c224dcc8
commit 6160be9db4

View File

@@ -1,9 +1,9 @@
{% extends "withoutnav_template.html" %} {% extends "withoutnav_template.html" %}
{% block per_page_title %}Unauthorized{% endblock %} {% block per_page_title %}You are not authorised to see this page GOV.UK Notify{% endblock %}
{% block maincolumn_content %} {% block maincolumn_content %}
<div class="grid-row"> <div class="grid-row">
<div class="column-two-thirds"> <div class="column-two-thirds">
<h1>401</h1> <h1>You are not authorised to see this page</h1>
<p>You are not authorized to see this page.</p> <p><a href="{{ url_for('.sign_in' )}}">Sign in</a> to GOV.UK Notify and try again.</p>
</div> </div>
{% endblock %} {% endblock %}