mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-16 10:59:53 +02:00
15 lines
304 B
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 %}
|