Merge pull request #973 from alphagov/remove-documentation

Remove documentation pages
This commit is contained in:
Chris Hill-Scott
2016-10-10 16:01:09 +01:00
committed by GitHub
5 changed files with 22 additions and 392 deletions

View File

@@ -0,0 +1,14 @@
{% extends "withoutnav_template.html" %}
{% block page_title %}Page not found{% endblock %}
{% block maincolumn_content %}
<div class="grid-row">
<div class="column-two-thirds">
<h1 class="heading-large">
Page could not be found
</h1>
<p>
Check youve entered the correct web address.
</p>
</div>
</div>
{% endblock %}