We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8687c0 commit bcbf612Copy full SHA for bcbf612
1 file changed
conditional/blueprints/major_project_submission.py
@@ -71,7 +71,7 @@ def submit_major_project(user_dict=None):
71
if name == "" or description == "":
72
return jsonify({"success": False}), 400
73
project = MajorProject(user_dict["username"], name, description)
74
-
+
75
# Don't you dare try pinging @channel
76
name = name.replace("<!", "<! ")
77
0 commit comments