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
Raw Normal View History

2016-03-22 22:22:49 +02:00
{% extends "domain/create.html" %}
2016-03-19 21:37:48 +02:00
{% block title %}
2016-10-02 14:52:50 +02:00
{% trans %}Edit domain{% endtrans %}
2016-03-19 21:37:48 +02:00
{% endblock %}
{% block subtitle %}
{{ domain }}
{% endblock %}