view templates/500.html @ 166:a05e547449de

Oops, move 'from __future__ import' statement to top of the file
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Wed, 17 Oct 2012 10:30:26 -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 %}