500.html 271 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10
{% load i18n %}
{% extends "base.html" %}

{% block title %}HTTP 500{% endblock %}

{% block page_title %}{% trans ":(" %}{% endblock page_title %}

{% block content %}
<p>{% trans "Internal Server Error... Please leave the server alone..." %}</p>
{% endblock content %}