Remove documentation pages

These are out of date now and potentially misleading.

Adds a new error page for HTTP `410 GONE`. Looks like the 404 page, but
returns the appropriate error code to be a good web citizen.
This commit is contained in:
Chris Hill-Scott
2016-10-10 11:36:12 +01:00
parent e714f7adff
commit 1fccc524a1
5 changed files with 22 additions and 392 deletions

View File

@@ -18,7 +18,7 @@ def test_logged_in_user_redirects_to_choose_service(app_,
@pytest.mark.parametrize('view', [
'cookies', 'trial_mode', 'pricing', 'terms', 'delivery_and_failure', 'documentation'
'cookies', 'trial_mode', 'pricing', 'terms', 'delivery_and_failure'
])
def test_static_pages(app_, view):
with app_.test_request_context(), app_.test_client() as client: