view templates/500.html @ 164:345936c0fed7

remove distribute from pip-requirements This was causing trouble because pip would attempt to install a replacement distribute and thus break its own installation.
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Wed, 17 Oct 2012 10:13:11 -0400
parents eb3371142f4f
children e40d79359d07
line wrap: on
line source

{% extends "base.djhtml" %}
{% block title %}
Server error
{% endblock %}

{% block boxtitle %}
Oops...
{% endblock %}

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