review/templates/404.html @ ac571288381e

api: add json to demandimport.ignore list
author André Sintzoff <andre.sintzoff@gmail.com>
date Wed, 14 Jul 2010 15:02:35 +0200
parents 62247513862f
children (none)
{% extends "base.html" %}

{% block id %}404{% endblock %}
{% block title %}Page not found - {% endblock %}

{% block content %}
    <h2>Page not found (404)</h2>
    <p>The page you requested could not be found. <a href="/">Go home</a>.</p>
{% endblock %}