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

Subscriptions are not forced

parent 73947a96
......@@ -66,6 +66,7 @@ class SubscriptionForm(forms.ModelForm):
super(SubscriptionForm, self).__init__(*args, **kwargs)
self.fields['subscriptions'].help_text = None
self.fields['subscriptions'].required = False
class UserForm(forms.ModelForm):
......
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