Files
notifications-admin/app/templates/error/401.html
T
2019-11-18 17:08:20 +00:00

10 lines
383 B
HTML

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