Revision 2be26b73 snf-astakos-app/astakos/im/forms.py

b/snf-astakos-app/astakos/im/forms.py
601 601

  
602 602
class AstakosGroupSortForm(forms.Form):
603 603
    sort_by = forms.ChoiceField(label='Sort by',
604
                                choices=(('groupname', 'Name'), ('kindname', 'Type')),
604
                                choices=(('groupname', 'Name'), 
605
                                         ('kindname', 'Type'), 
606
                                         ('issue_date', 'Issue Date'), 
607
                                         ('expiration_date', 'Expiration Date'),
608
                                         ('approved_members_num', 'Participants'),
609
                                         ('is_enabled', 'Status'),
610
                                         ('moderation_enabled', 'Moderation')
611
                                         ),
605 612
                                required=False)

Also available in: Unified diff