review/templates/404.html @ 580225427d99

Add "*.un~" to .hgignore.
author Steve Losh <steve@stevelosh.com>
date Thu, 27 Jan 2011 17:54:35 -0500
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 %}