1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-14 02:34:22 +02:00

Merge pull request #288 from bcyrill/patch-1

Update details.html
This commit is contained in:
kaiyou 2017-10-26 08:16:26 +02:00 committed by GitHub
commit db91889f0f

View File

@ -15,7 +15,7 @@
{% endblock %}
{% block box %}
{% let hostname = config["HOSTNAMES"].split(",")[0] %}
{% set hostname = config["HOSTNAMES"].split(",")[0] %}
<table class="table table-bordered">
<tbody>
<tr>
@ -24,7 +24,7 @@
</tr>
<tr>
<th>{% trans %}DNS MX entry{% endtrans %}</th>
<td><pre>{{ domain.name }}. 600 IN MX 10 {{ config["HOSTNAME"] }}.</pre></td>
<td><pre>{{ domain.name }}. 600 IN MX 10 {{ hostname }}.</pre></td>
</tr>
<tr>
<th>{% trans %}DNS SPF entries{% endtrans %}</th>