remove email from form and overview

This commit is contained in:
Matthias 2021-09-01 01:22:14 +02:00
parent 88534758aa
commit 1595b7e516
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076
2 changed files with 0 additions and 5 deletions

View File

@ -144,7 +144,6 @@ class EditUserForm(HelperForm):
'username',
'first_name',
'last_name',
'email'
]

View File

@ -33,10 +33,6 @@
<td>{% trans "Last Name" %}</td>
<td>{{ user.last_name }}</td>
</tr>
<tr>
<td>{% trans "Email Address" %}</td>
<td>{{ user.email }}</td>
</tr>
</table>
<div class='panel-heading'>