diff --git a/website/__init__.py b/website/__init__.py index 0796fb4764..1a5a338a92 100644 --- a/website/__init__.py +++ b/website/__init__.py @@ -22,6 +22,8 @@ def send_message(): if not d.raised_by: webnotes.msgprint('Please give us your email id so that we can write back to you', raise_exception=True) + # make lead or contact + d.save() webnotes.msgprint('Thank you!')