Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
didrikmunther committed Sep 23, 2024
1 parent 878afca commit 53be51b
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions banquet/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,6 @@

def send_invitation_mail(request, invitation, name, date, location, link, email, fair):
"""Send banquet invitation mail"""
# send_mail(
# "Your invite to the banquet",
# "Hello "
# + str(name)
# + "!\n"
# + "You have been invited to the Grand Banquet of THS Armada.\n"
# + "The banquet takes place "
# + str(date)
# + " at "
# + str(location)
# + ". \nAccess your invitation with the following link:\n"
# + link
# + "\n\nSee you at the banquet!\n"
# + "Best Regards,\n"
# + "The Banquet Team of THS Armada 2023",
# "Armada Banquet <[email protected]>",
# [email],
# )

# invitation.has_sent_mail = True
# invitation.save()

try:
send_mail(
request,
Expand Down

0 comments on commit 53be51b

Please sign in to comment.