diff options
Diffstat (limited to 'bn_django/templates/404.html')
-rw-r--r-- | bn_django/templates/404.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bn_django/templates/404.html b/bn_django/templates/404.html new file mode 100644 index 0000000..e1f116e --- /dev/null +++ b/bn_django/templates/404.html @@ -0,0 +1,3 @@ +{% extends "base.html"%} +{% block title %}For oh four{% endblock %} +{% block content %}Whoopsie!{% endblock %} |