mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-22 03:13:12 +00:00
Don't display articles for clubs
This commit is contained in:
parent
c35c0feccf
commit
c9f22b43d3
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue