Skip to content

Commit

Permalink
Ekstra info feltet ved invitationer skal være optional
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmusselsmark committed Jan 14, 2024
1 parent 4d1cfa4 commit 5b8eb25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion members/admin/admin_actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class MassInvitationForm(forms.Form):
initial=timezone.now() + timedelta(days=30 * 3),
)
email_text = forms.CharField(
label="Email ekstra info", widget=forms.Textarea
label="Email ekstra info", widget=forms.Textarea, required=False
)

# Lookup all the selected persons - to show confirmation list
Expand Down

0 comments on commit 5b8eb25

Please sign in to comment.