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
Copy file name to clipboardExpand all lines: intranet/apps/announcements/forms.py
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,14 @@ class Meta:
24
24
help_texts= {
25
25
"expiration_date": "By default, announcements expire after two weeks. Choose the shortest time necessary.",
26
26
"notify_post": "If this box is checked, students who have signed up for notifications will receive an email.",
27
-
"notify_email_all": "This will send an email notification to all of the users who can see this post. This option does NOT take users' email notification preferences into account, so please use with care.",
28
-
"update_added_date": "If this announcement has already been added, update the added date to now so that the announcement is pushed to the top. If this option is not selected, the announcement will stay in its current position.",
27
+
"notify_email_all": (
28
+
"This will send an email notification to all of the users who can see this post. "
29
+
"This option does NOT take users' email notification preferences into account, so please use with care."
30
+
),
31
+
"update_added_date": (
32
+
"If this announcement has already been added, update the added date to now so that the announcement is pushed to the top. "
33
+
"If this option is not selected, the announcement will stay in its current position."
0 commit comments