Files
notifications-admin/app/templates/error/401.html

10 lines
383 B
HTML
Raw Normal View History

{% 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">
2019-11-11 08:54:27 +00:00
<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>
2016-01-07 15:48:29 +00:00
{% endblock %}