go back to useing slightly scruffed formatting
This commit is contained in:
parent
ef7da76629
commit
a79631be8e
@ -120,9 +120,9 @@ def reject(id):
|
||||
|
||||
# send rejection reason to their mailbox
|
||||
# cause the game doesn't present it otherwise
|
||||
mail_message = "Rejected Property " + \
|
||||
f"{property_data.name if property_data.name else zone_name} " + \
|
||||
f"with reason \"{form.rejection_reason.data}\""
|
||||
mail_message = f"""Rejected Property
|
||||
{property_data.name} on {zone_name}
|
||||
with reason \"{form.rejection_reason.data}\""""
|
||||
Mail(
|
||||
sender_id=0,
|
||||
sender_name=f"[GM] {current_user.username}",
|
||||
|
Loading…
Reference in New Issue
Block a user