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