diff options
author | root <root@animus.robocracy.org> | 2008-03-02 20:24:24 -0800 |
---|---|---|
committer | root <root@animus.robocracy.org> | 2008-03-02 20:24:24 -0800 |
commit | 70fcf5bd8e6c8ac5f058fded28613eff42b9c5e4 (patch) | |
tree | 392d4d759e41bd3f76eaffcf691d7d0f26ca8296 | |
parent | 7660cb4236584e4d69b492d45133532a0a4d4791 (diff) | |
download | equator-70fcf5bd8e6c8ac5f058fded28613eff42b9c5e4.tar.gz equator-70fcf5bd8e6c8ac5f058fded28613eff42b9c5e4.zip |
needed 404.html to run w/o debug
-rw-r--r-- | templates/404.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/404.html b/templates/404.html new file mode 100644 index 0000000..10431f4 --- /dev/null +++ b/templates/404.html @@ -0,0 +1,6 @@ +{% extends "base.html" %} + +{% block title %}<span style="color: orange;">OH NOZ!</span>{% endblock %} +{% block content %} +Sumthing iz wrong! +{% endblock %} |