weblate/html/500.html
2012-03-08 09:14:51 +01:00

12 lines
275 B
HTML
Vendored

{% extends "base.html" %}
{% load i18n %}
{% block content %}
<h2>{% trans "Server Error" %}</h2>
<p>
{% blocktrans %}The server had serious problems while serving your request. We've just sent our trained monkeys to fix the issue.{% endblocktrans %}
</p>
{% endblock %}