mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-04-27 19:34:10 +08:00
12 lines
210 B
HTML
12 lines
210 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<h2>Server Error</h2>
|
|
|
|
<p>
|
|
The server had serious problems while serving your request. We've just sent our
|
|
trained monkeys to fix the issue.
|
|
</p>
|
|
|
|
{% endblock %}
|
|
|