Add domain comment
This commit is contained in:
parent
bc02212604
commit
2d394718ed
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@
|
||||||
|
|
||||||
{% if postfix_aliases is defined %}
|
{% if postfix_aliases is defined %}
|
||||||
{% for domain in postfix_aliases %}
|
{% for domain in postfix_aliases %}
|
||||||
|
# {{ domain.name}}
|
||||||
|
|
||||||
{% if domain.comment is defined %}
|
{% if domain.comment is defined %}
|
||||||
{{ domain.comment }}
|
{{ domain.comment }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue