view templates/404.html @ 182:4a63f5d762a3

Fix submit button text in bundle form "Save bundle" works for both creating and editing so it suffices for now.
author dellsystem <ilostwaldo@gmail.com>
date Sat, 27 Oct 2012 15:40:33 -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 %}