{% extends "PyLucid_base.html" %} {% load i18n %} {% block title %}PyLucid - {% trans 'Server error (500)' %}{% endblock %} {% block base_content %}

{% trans 'Server Error (500)' %}

{% trans "There's been an error. It's been reported to the site administrators via e-mail and should be fixed shortly. Thanks for your patience." %}

{% trans "You see not the debug error page, because debugging is off or your IP is not in settings.INTERNAL_IPS" %}

« back to {{ request.META.HTTP_HOST }} {% endblock %} {% block base_footer %}
{{ request.META.SERVER_SIGNATURE }} {% endblock %}