2011-07-31 10:46:29 +02:00
|
|
|
{% extends "base.html" %}
|
2011-09-03 19:16:43 +02:00
|
|
|
|
2012-02-09 16:57:10 +01:00
|
|
|
{% load tags %}
|
|
|
|
{% load i18n %}
|
2011-07-31 10:46:29 +02:00
|
|
|
|
|
|
|
{% block content %}
|
2012-07-16 14:00:29 +02:00
|
|
|
<h1>{% trans "Page not found." %}</h1>
|
2011-07-31 10:46:29 +02:00
|
|
|
{% endblock %}
|