Update contraction

This commit is contained in:
karlchillmaid
2019-12-03 11:24:35 +00:00
committed by GitHub
parent d6f68f3680
commit 5660c1b584

View File

@@ -1,9 +1,9 @@
{% extends "withoutnav_template.html" %}
{% block per_page_title %}You are not authorised to see this page{% endblock %}
{% block per_page_title %}Youre 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>
<h1>Youre 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 %}