recursive=forms.BooleanField(label=_(u'Inherit permissions'),help_text=_(u'Check here to apply the above permissions recursively to articles under this one.'),
recursive=forms.BooleanField(label=_(u'Inherit permissions'),help_text=_(u'Check here to apply the above permissions recursively to articles under this one.'),
required=False)
required=False)
...
@@ -283,6 +285,7 @@ class PermissionsForm(PluginSettingsFormMixin, forms.ModelForm):
...
@@ -283,6 +285,7 @@ class PermissionsForm(PluginSettingsFormMixin, forms.ModelForm):