From 78b53cb23ced252b1f979c13a9f626a067ff25fe Mon Sep 17 00:00:00 2001 From: Max Yakovenko Date: Wed, 1 Aug 2018 08:17:52 +0300 Subject: [PATCH] add 404 and 500 handler templates --- templates/404.html | 1 + templates/500.html | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 templates/404.html create mode 100644 templates/500.html diff --git a/templates/404.html b/templates/404.html new file mode 100644 index 0000000..b12a79d --- /dev/null +++ b/templates/404.html @@ -0,0 +1 @@ +{% %} diff --git a/templates/500.html b/templates/500.html new file mode 100644 index 0000000..e149a39 --- /dev/null +++ b/templates/500.html @@ -0,0 +1,10 @@ + + + + + Title + + + + +