mirror of https://github.com/CIRCL/url-abuse
fix: The confirm message about the mail sent wasn't displayed in prod
parent
bd00995fa9
commit
d902c62e1c
|
@ -362,4 +362,5 @@ def send_mail():
|
|||
if not urlabuse_query.get_mail_sent(url):
|
||||
ip = _get_user_ip(request)
|
||||
send(url, ip)
|
||||
return redirect(url_for('index'))
|
||||
form = URLForm()
|
||||
return render_template('index.html', form=form)
|
||||
|
|
Loading…
Reference in New Issue