Add reopen notice when reopening

This commit is contained in:
Minecon724 2025-04-02 18:53:06 +02:00
commit 22c5ead0c0
Signed by untrusted user who does not match committer: m724
GPG key ID: A02E6E67AB961189

View file

@ -116,6 +116,8 @@ def inquiry(inquiry_id):
'inquiry_id': inquiry_id
})
flash('Inquiry reopened successfully.')
message_content = request.form.get('message')
if message_content and message_content.strip():