mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-16 10:59:53 +02:00
10 lines
161 B
HTML
10 lines
161 B
HTML
{% extends "form.html" %}
|
|
|
|
{% block title %}
|
|
{% trans %}Create alternative domain{% endtrans %}
|
|
{% endblock %}
|
|
|
|
{% block subtitle %}
|
|
{{ domain }}
|
|
{% endblock %}
|