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>
<p class="govuk-body"><a class="govuk-link govuk-link--no-visited-state" 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 %}