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
|
# send rejection reason to their mailbox
|
||||||
# cause the game doesn't present it otherwise
|
# cause the game doesn't present it otherwise
|
||||||
mail_message = "Rejected Property " + \
|
mail_message = f"""Rejected Property
|
||||||
f"{property_data.name if property_data.name else zone_name} " + \
|
{property_data.name} on {zone_name}
|
||||||
f"with reason \"{form.rejection_reason.data}\""
|
with reason \"{form.rejection_reason.data}\""""
|
||||||
Mail(
|
Mail(
|
||||||
sender_id=0,
|
sender_id=0,
|
||||||
sender_name=f"[GM] {current_user.username}",
|
sender_name=f"[GM] {current_user.username}",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user