Sunil Mohan Adapa e89e2b4a2a
*.html: Use SPDX license identifier
Reviewed-by: Veiko Aasa <veiko17@disroot.org>
2020-02-19 14:39:19 +02:00

24 lines
619 B
HTML

{% extends 'base.html' %}
{% comment %}
# SPDX-License-Identifier: AGPL-3.0-or-later
{% endcomment %}
{% load i18n %}
{% block content %}
<h2>{% trans "500" %}</h2>
<p>
{% url 'help:status-log' as status_log_url %}
{% blocktrans trimmed %}
This is an internal error and not something you caused or can fix. Please
report the error on the <a
href="https://salsa.debian.org/freedombox-team/plinth/issues">bug
tracker</a> so we can fix it. Also, please attach the <a
href="{{ status_log_url }}">status log</a> to the bug report.
{% endblocktrans %}
</p>
{% endblock %}