Пример #1
0
def delete_alert(alert_id):
    Alert.del_from_db_by_id(alert_id)
    return redirect(url_for('users.user_alerts'))