Website: Added 404 page.

This commit is contained in:
Emanuel Schuetze 2012-07-25 17:40:15 +02:00
parent 578bbf6659
commit 109d523f3b
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
{% extends "base.html" %}
{% load i18n %}
{% block headline %}{% trans "Page not found." %}{% endblock %}
{% block lead %}
404 {% trans "Fehler" %}
{% endblock %}
{% block content %}
<div style="margin-top:100px">&nbsp;</div>
{% endblock %}