view templates/404.html @ 187:4752861906b3

Added help_text to bundle description field Explains that a DESCRIPTION file can be used instead (if it exists)
author dellsystem <ilostwaldo@gmail.com>
date Sat, 27 Oct 2012 16:26:11 -0400
parents e40d79359d07
children
line wrap: on
line source

{% extends "base.djhtml" %}

{% block title %}
Page not found
{% endblock %}

{% block content %}
<h1>Page not found</h1>
<p>
  The page you were looking for is unavailable. If you think this
  is our fault, please let us know.
</p>
{% endblock %}