From 43b74e753ca306ba4f6ea9bc25fa7517801de0ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Nut=CC=A6iu?= Date: Sat, 15 Apr 2017 22:14:32 +0300 Subject: [PATCH] Updating 404 page --- src/templates/404.html | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/src/templates/404.html b/src/templates/404.html index 88c7087..5fdf311 100644 --- a/src/templates/404.html +++ b/src/templates/404.html @@ -1,14 +1,10 @@ - - - - - 404 - - - -

Oopsy poopsy...

-

Page not found! 404

-

Please go away..

-

Leave me alone plz.

- - \ No newline at end of file +{% extends "mybase.html" %} +{% block title %}FOTB - 404 :({% endblock %} + +{% block main %} +{{ super() }} +
+

Oopsy poopsy...

+

Page not found! 404

+
+{% endblock %} \ No newline at end of file