view templates/500.html @ 209:4033ebe1867f

Add ability to download files This makes use of a new model (BundleVersion) to keep track of the locations on disk of the original uploads for each version. This will require some manual processing to get it working for existing bundles, since the information needed isn't being stored at the moment.
author dellsystem <ilostwaldo@gmail.com>
date Sun, 17 Feb 2013 14:57:39 -0500
parents e40d79359d07
children
line wrap: on
line source

{% extends "base.djhtml" %}

{% block title %}
Server error
{% endblock %}

{% block content %}
<h2>Oops ...</h2>
<p>
  The server encountered an internal error. If the problem persists,
  please let us know.
</p>
{% endblock %}