Commit ab8a7ac0 authored by Michal Čihař's avatar Michal Čihař

This should be tuple

parent 66c0539e
......@@ -79,11 +79,11 @@ class UserForm(forms.ModelForm):
'''
class Meta:
model = User
fields = [
fields = (
'first_name',
'last_name',
'email',
]
)
def __init__(self, *args, **kwargs):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment