Browse Source

Don't display articles for clubs

portal
Yohann D'ANELLO 5 years ago
parent
commit
c9f22b43d3
No known key found for this signature in database GPG Key ID: 3A75C55819C8CF85
  1. 1
      portail/forms.py

1
portail/forms.py

@ -87,6 +87,7 @@ class MembershipForm(forms.Form):
Q(need_membership=False)
| Q(duration_membership__gt=0)
| Q(duration_days_membership__gt=0),
~Q(type_user="Club"),
available_for_everyone=True),
label=_("Article"),
empty_label=_("Select an article"),

Loading…
Cancel
Save