2018-03-08 17:49:08 +00:00
|
|
|
{% extends "withoutnav_template.html" %}
|
|
|
|
|
{% block per_page_title %}File too big{% 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">
|
2018-03-08 17:49:08 +00:00
|
|
|
<h1 class="heading-large">
|
|
|
|
|
The file you uploaded was too big
|
|
|
|
|
</h1>
|
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">
|
2020-05-29 17:11:01 +01:00
|
|
|
<p class="govuk-body">
|
2018-03-08 17:49:08 +00:00
|
|
|
Files must be smaller than 5 MB.
|
|
|
|
|
</p>
|
2020-05-29 17:11:01 +01:00
|
|
|
<p class="govuk-body">
|
2019-12-06 07:53:46 +00:00
|
|
|
<a class="govuk-link govuk-link--no-visited-state" href="javascript: history.go(-1)">Go back and try again.</a>
|
2018-03-08 17:49:08 +00:00
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
{% endblock %}
|