Commit 30ccbff6 authored by Michal Čihař's avatar Michal Čihař

These should not be shown on profile page

parent a0e5e12b
......@@ -6,6 +6,10 @@ from django.contrib.auth.models import User
class ProfileForm(forms.ModelForm):
class Meta:
model = Profile
exclude = [
'suggested',
'translated',
]
class UserForm(forms.ModelForm):
class Meta:
......
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