Skip to content
Snippets Groups Projects
Verified Commit 22a94678 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Fix typo.

parent e2d2ffb4
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ class EditPersonForm(forms.ModelForm):
model = Person
fields = ['user', 'is_active', 'first_name', 'last_name', 'additional_name', 'short_name', 'street', 'housenumber',
'postal_code', 'place', 'phone_number', 'mobile_number', 'email', 'date_of_birth', 'sex', 'photo', 'photo_cropping']
widget = {
widgets = {
'user': Select2Widget
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment