From 73b42d4747cf6d05cd070da49aae74617fd6ce26 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Mon, 28 Dec 2020 20:48:10 +0100 Subject: [PATCH] Add redirect-to-404 template (needed for chapter pages) --- blog/templates/redirect-to-404.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 blog/templates/redirect-to-404.html diff --git a/blog/templates/redirect-to-404.html b/blog/templates/redirect-to-404.html new file mode 100644 index 00000000..71145ec8 --- /dev/null +++ b/blog/templates/redirect-to-404.html @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file