mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-05-27 19:05:50 +08:00
12 lines
275 B
HTML
Vendored
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 %}
|
|
|