1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-03-03 14:52:36 +02:00

Create the button for zonefile downloading

This commit is contained in:
Miłosz Thiede 2023-10-29 11:24:37 +01:00
parent 43dc61f415
commit 0718edcba9

View File

@ -17,6 +17,9 @@
{% trans %}Generate keys{% endtrans %}
{%- endif %}
</a>
<a class="btn btn-primary float-right" href="{{ url_for(".domain_download_zonefile", domain_name=domain.name) }}">
{% trans %}Download zonefile{% endtrans %}
</a>
{%- endif %}
{%- endblock %}