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

{% 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 %}