Skip to content

Commit

Permalink
Added 404 custom page
Browse files Browse the repository at this point in the history
  • Loading branch information
lvidarte committed Oct 9, 2012
1 parent 8b42f36 commit 033a085
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions calcifer/common/templates/404.html
@@ -0,0 +1,11 @@
{% extends "blog/base_blog.html" %}
{% load i18n %}

{% block title %}404 - Not Found{% endblock %}

{% block content %}
<p class="center"><img src="/static/img/the-it-crowd-2.jpg"></p>
<h2 class="center">You broke the Internet!</h2>
{% endblock %}

{# vim: set ft=htmldjango.html expandtab ts=4 : #}
Binary file added static/img/the-it-crowd-2.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 033a085

Please sign in to comment.