diff options
author | bnewbold <bnewbold@manus.(none)> | 2007-03-24 20:28:47 -0700 |
---|---|---|
committer | bnewbold <bnewbold@manus.(none)> | 2007-03-24 20:28:47 -0700 |
commit | 67e6320434f0e130ea02b5bbfc8ba8a9fd182777 (patch) | |
tree | 8d26055124ef6576aa4fb73cc4cc7156f720c9de /bn_django/templates | |
parent | 90813f3137b05b428af31fe782dfe54a0af668c1 (diff) | |
download | bnewnet-67e6320434f0e130ea02b5bbfc8ba8a9fd182777.tar.gz bnewnet-67e6320434f0e130ea02b5bbfc8ba8a9fd182777.zip |
docutils style url fixed + 404
Diffstat (limited to 'bn_django/templates')
-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 %} |