Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 5c4f8358fd6fdc210fb0d926bd25802c > files > 121

python-werkzeug-doc-0.6.2-2.fc14.noarch.rpm

{% extends 'layout.html' %}
{% block body %}
  <h2>Page Not Found</h2>
  <p>
    The page you have requested does not exist on this server.  What about
    <a href="{{ url_for('new') }}">adding a new URL</a>?
  </p>
{% endblock %}