mirror of
https://github.com/DarkflameUniverse/NexusDashboard.git
synced 2024-11-09 19:58:19 +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
|
||||
mail_message = "Rejected Property " + \
|
||||
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(
|
||||
sender_id=0,
|
||||
sender_name=f"[GM] {current_user.username}",
|
||||
|
Loading…
Reference in New Issue
Block a user