mirror of
https://github.com/Mailu/Mailu.git
synced 2025-01-22 03:39:05 +02:00
Update details.html
- Fix assignment in template - Use updated environment option
This commit is contained in:
parent
8e25de6050
commit
0eebd4a00d
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user