mirror of
https://github.com/DarkflameUniverse/NexusDashboard.git
synced 2024-11-22 05:27:25 +00:00
fix
This commit is contained in:
parent
520c5f2d40
commit
ef7da76629
@ -122,7 +122,7 @@ def reject(id):
|
|||||||
# cause the game doesn't present it otherwise
|
# cause the game doesn't present it otherwise
|
||||||
mail_message = "Rejected Property " + \
|
mail_message = "Rejected Property " + \
|
||||||
f"{property_data.name if property_data.name else zone_name} " + \
|
f"{property_data.name if property_data.name else zone_name} " + \
|
||||||
f"with reason \"{form.rejection_reason.data}\""""
|
f"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…
Reference in New Issue
Block a user