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

10 lines
469 B
HTML
Raw Normal View History

{% extends "withoutnav_template.html" %}
2019-12-03 11:24:35 +00:00
{% block per_page_title %}Youre not authorised to see this page{% endblock %}
{% block maincolumn_content %}
<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">
2019-12-03 11:24:35 +00:00
<h1>Youre not authorised to see this page</h1>
2022-07-20 15:23:54 -07:00
<p class="govuk-body"><a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('main.sign_in' )}}">Sign in</a> to US Notify and try again.</p>
</div>
2016-01-07 15:48:29 +00:00
{% endblock %}