Skip to content
Snippets Groups Projects
Commit b312421d authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Add missing fields to InfoMailingForms

parent 83fe8dac
No related branches found
Tags 1.12.1
1 merge request!36Resolve "Checkboxes for send_to_retracted and send_to_not_checked_in missing"
Pipeline #95144 failed
...@@ -461,7 +461,7 @@ class EditInfoMailingForm(forms.ModelForm): ...@@ -461,7 +461,7 @@ class EditInfoMailingForm(forms.ModelForm):
layout = Layout( layout = Layout(
Row("sender", "reply_to", "active"), Row("sender", "reply_to", "active"),
Row("send_to_person", "send_to_guardians"), Row("send_to_person", "send_to_guardians", "send_to_retracted", "send_to_not_checked_in"),
Row("subject"), Row("subject"),
Row("text"), Row("text"),
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment