2019-01-15 16:32:26 +00:00
|
|
|
{% extends "withoutnav_template.html" %}
|
|
|
|
|
{% from "components/page-footer.html" import page_footer %}
|
|
|
|
|
|
|
|
|
|
{% block per_page_title %}
|
|
|
|
|
Invalid email link
|
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
|
|
{% block maincolumn_content %}
|
|
|
|
|
|
2020-02-19 11:57:15 +00:00
|
|
|
<div class="govuk-grid-row">
|
2020-02-19 12:36:02 +00:00
|
|
|
<div class="govuk-grid-column-two-thirds">
|
2019-01-15 16:32:26 +00:00
|
|
|
<h1 class="heading-large">The link has expired</h1>
|
|
|
|
|
|
2020-05-29 17:11:01 +01:00
|
|
|
<p class="govuk-body"><a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('main.sign_in') }}">Sign in again</a> to get a new link.</p>
|
2019-01-15 16:32:26 +00:00
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
{% endblock %}
|