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
|
|
@ -73,8 +73,8 @@
|
|||
</tr>
|
||||
{% for alias in aliases %}
|
||||
<tr>
|
||||
<td>{{ alias['mail_address'] }}</td>
|
||||
<td>{{ alias['created_at'] }}</td>
|
||||
<td>{{ alias.getMailAddress() }}</td>
|
||||
<td>{{ alias.getCreatedAt() | date }}</td>
|
||||
<td><a href="#">Delete</a></td> {# TODO #}
|
||||
</tr>
|
||||
{% endfor %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue