1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-16 10:59:53 +02:00
Mailu/admin/mailu/ui/templates/docker-error.html

15 lines
304 B
HTML

{% extends "base.html" %}
{% block title %}
{% trans %}Docker error{% endtrans %}
{% endblock %}
{% block subtitle %}
{{ action }}
{% endblock %}
{% block box_content %}
<p>{% trans action %}An error occurred while talking to the Docker server.{% endtrans %}</p>
<pre>{{ error }}</pre>
{% endblock %}