Skip to content

Commit bab0812

Browse files
committed
originprotocol.com sourcing
1 parent 2d5fece commit bab0812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/web_views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def join_mailing_list():
244244
# Add an entry to the email_list table.
245245
log("Adding to mailing list")
246246
new_contact = mailing_list.add_contact(
247-
email, first_name, last_name, ip_addr, country_code
247+
email, first_name, last_name, ip_addr, country_code, "originprotocol.com"
248248
)
249249

250250
# If it is a new contact and not a backfill, send a welcome email.

0 commit comments

Comments
 (0)