Skip to content

Commit 636dff4

Browse files
slack: Added more to Slack message (#385)
* slack: Added more to Slack message * Removed trailing whitespace on line 74 in major_project_submission.py --------- Co-authored-by: Noah Hanford <bigspaceships56@gmail.com>
1 parent aefd56f commit 636dff4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

conditional/blueprints/major_project_submission.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ def submit_major_project(user_dict=None):
7979
send_slack_ping(
8080
{
8181
"text": f"<!subteam^S5XENJJAH> *{get_member_name(username)}* ({username})"
82-
f" submitted their major project, *{name}*!"
82+
f" submitted their major project, *{name}*! Please be sure to reach out"
83+
f" to E-Board members to answer any questions they may have regarding"
84+
f" your project!"
8385
}
8486
)
8587
db.session.add(project)

0 commit comments

Comments
 (0)