{% extends "admin/base_site.html" %} {% load i18n %} {% block title %}PyLucid - {% trans 'Server error (500)' %}{% endblock %} {% block 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 %}