Add approving and deleting queued messages

This commit is contained in:
nukeop 2017-01-03 02:12:33 +01:00
parent c253867c62
commit f77a8c7260

View file

@ -129,7 +129,7 @@ def moderate():
message="Quote deleted." message="Quote deleted."
) )
return str(request.form) abort(501)
@app.route('/quote/<int:id>') @app.route('/quote/<int:id>')