You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the GroupMembershipForm to include a DurationField specifying the length of membership. On form submission convert the duration into an end date and embed it in the emailed token. Maximum length for the duration should be a setting - 5 years seems like a sensible guess.
Update the group_members_view function to display expiry date for each member.
The text was updated successfully, but these errors were encountered:
Requires #90
A couple of bits:
GroupMembershipForm
to include aDurationField
specifying the length of membership. On form submission convert the duration into an end date and embed it in the emailed token. Maximum length for the duration should be a setting - 5 years seems like a sensible guess.group_members_view
function to display expiry date for each member.The text was updated successfully, but these errors were encountered: