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

10 lines
156 B
HTML

{% extends "domain/create.html" %}
{% block title %}
{% trans %}Edit domain{% endtrans %}
{% endblock %}
{% block subtitle %}
{{ domain }}
{% endblock %}