Implement option to replace existing alias when renaming an account; use database transactions when editing accounts
This commit is contained in:
parent
6ace072841
commit
36b8cfe8b1
7 changed files with 163 additions and 15 deletions
|
|
@ -18,7 +18,7 @@
|
|||
<p>You are about to delete the mail account "{{ accountUsername }}" including the following aliases:</p>
|
||||
<ul>
|
||||
{% for alias in aliases %}
|
||||
<li>{{ alias['mail_address'] }}</li>
|
||||
<li>{{ alias.getMailAddress() }}</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue