1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2025-07-06 03:23:55 +02:00

Buttons in user admin

This commit is contained in:
Alexandre Iooss
2019-08-08 21:51:37 +02:00
parent 0c504e85fc
commit c225f5045e
6 changed files with 113 additions and 32 deletions

View File

@ -28,10 +28,10 @@ class BaseInfoForm(ModelForm):
class Meta:
model = User
fields = [
'first_name',
'username',
'last_name',
'email',
'telephone',
'first_name',
'last_name',
'address',
'telephone',
]